Html Css Color HEX #404264 Corn Flower Blue

📋 copy color: '#404264'

red 64 ◦ green 66 ◦ blue 100

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

Shades of Corn Flower Blue #404264

Tints of Corn Flower Blue #404264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 27.83%
G = 28.7%
B = 43.48%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404264 (or 0x404264) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 64. RGB value is (64,66,100). Sum of RGB (Red+Green+Blue) = 64+66+100=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #404264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404264 is #BFBD9B. Grayscale: #454545. Windows color (decimal): -12565916 or 6570560. OLE color: 6570560.

HSL color Cylindrical-coordinate representation of color #404264: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #404264 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 66 100 -
CMYK 0.36 0.34 0 0.61
HSL 236.67º 0.22% 0.32% -
HSV(B) 236.67º 0.36% 0.39% -
XYZ 6.36 5.91 12.86 -
YUV 69.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 64 66 100 0.36 0.34 0 0.61 236.67 0.22 0.32
Hex 40 42 64 24 22 0 3D ED 16 20
Octal 100 102 144 44 42 0 75 355 26 40
Binary 1000000 1000010 1100100 100100 100010 0 111101 11101101 10110 100000

Color Harmonies of #404264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404264

Black with #404264

Text Example


Text Example

White with #404264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404264; }

 p { color: rgb(64,66,100); }

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

background-color css

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

 a { background-color: rgb(64,66,100); }

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

border-color css

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

 span { border-color: rgb(64,66,100); }

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