Html Css Color HEX #403E75 Corn Flower Blue

📋 copy color: '#403E75'

red 64 ◦ green 62 ◦ blue 117

#403E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #403E75

Tints of Corn Flower Blue #403E75

RGB

 RED value IS 64 (25.39% from 255) = 26.34%

 GREEN value IS 62 (24.61% from 255) = 25.51%

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 26.34%
G = 25.51%
B = 48.15%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#403E75 (or 0x403E75) is known color: Corn Flower Blue. HEX triplet: 40, 3E and 75. RGB value is (64,62,117). Sum of RGB (Red+Green+Blue) = 64+62+117=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #403E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E75 is #BFC18A. Grayscale: #444444. Windows color (decimal): -12566923 or 7683648. OLE color: 7683648.

HSL color Cylindrical-coordinate representation of color #403E75: hue angle of 242.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403E75 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 62 117 -
CMYK 0.45 0.47 0 0.54
HSL 242.18º 0.31% 0.35% -
HSV(B) 242.18º 0.47% 0.46% -
XYZ 7.05 5.82 17.58 -
YUV 68.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 64 62 117 0.45 0.47 0 0.54 242.18 0.31 0.35
Hex 40 3E 75 2D 2F 0 36 F2 1F 23
Octal 100 76 165 55 57 0 66 362 37 43
Binary 1000000 111110 1110101 101101 101111 0 110110 11110010 11111 100011

Color Harmonies of #403E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E75

Black with #403E75

Text Example


Text Example

White with #403E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E75; }

 p { color: rgb(64,62,117); }

 H1.HeaderClassName
 {
   color: #403E75;
 }
 .AnyTagClassName
 {
   color: #403E75;
 }
</style>

background-color css

<style>
 a { background-color: #403E75; }

 a { background-color: rgb(64,62,117); }

 div.DivClassName
 {
   background-color: #403E75;
 }
 .BgClassName
 {
   background-color: #403E75;
 }
</style>

border-color css

<style>
 span { border-color: #403E75; }

 span { border-color: rgb(64,62,117); }

 td.TdClassName
 {
   border-color: #403E75;
 }
 .TagClassName
 {
   border-color: #403E75;
 }
</style>