Html Css Color HEX #403E63 Corn Flower Blue

📋 copy color: '#403E63'

red 64 ◦ green 62 ◦ blue 99

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

Shades of Corn Flower Blue #403E63

Tints of Corn Flower Blue #403E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44%

R = 28.44%
G = 27.56%
B = 44%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#403E63 (or 0x403E63) is known color: Corn Flower Blue. HEX triplet: 40, 3E and 63. RGB value is (64,62,99). Sum of RGB (Red+Green+Blue) = 64+62+99=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #403E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E63 is #BFC19C. Grayscale: #424242. Windows color (decimal): -12566941 or 6504000. OLE color: 6504000.

HSL color Cylindrical-coordinate representation of color #403E63: hue angle of 243.24º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #403E63 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 62 99 -
CMYK 0.35 0.37 0 0.61
HSL 243.24º 0.23% 0.32% -
HSV(B) 243.24º 0.37% 0.39% -
XYZ 6.09 5.44 12.53 -
YUV 66.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 64 62 99 0.35 0.37 0 0.61 243.24 0.23 0.32
Hex 40 3E 63 23 25 0 3D F3 17 20
Octal 100 76 143 43 45 0 75 363 27 40
Binary 1000000 111110 1100011 100011 100101 0 111101 11110011 10111 100000

Color Harmonies of #403E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E63

Black with #403E63

Text Example


Text Example

White with #403E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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