Html Css Color HEX #404370 Corn Flower Blue

📋 copy color: '#404370'

red 64 ◦ green 67 ◦ blue 112

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

Shades of Corn Flower Blue #404370

Tints of Corn Flower Blue #404370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 26.34%
G = 27.57%
B = 46.09%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404370 (or 0x404370) is known color: Corn Flower Blue. HEX triplet: 40, 43 and 70. RGB value is (64,67,112). Sum of RGB (Red+Green+Blue) = 64+67+112=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #404370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404370 is #BFBC8F. Grayscale: #474747. Windows color (decimal): -12565648 or 7357248. OLE color: 7357248.

HSL color Cylindrical-coordinate representation of color #404370: hue angle of 236.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404370 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 67 112 -
CMYK 0.43 0.40 0 0.56
HSL 236.25º 0.27% 0.35% -
HSV(B) 236.25º 0.43% 0.44% -
XYZ 7.05 6.27 16.17 -
YUV 71.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 64 67 112 0.43 0.40 0 0.56 236.25 0.27 0.35
Hex 40 43 70 2B 28 0 38 EC 1B 23
Octal 100 103 160 53 50 0 70 354 33 43
Binary 1000000 1000011 1110000 101011 101000 0 111000 11101100 11011 100011

Color Harmonies of #404370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404370

Black with #404370

Text Example


Text Example

White with #404370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404370; }

 p { color: rgb(64,67,112); }

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

background-color css

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

 a { background-color: rgb(64,67,112); }

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

border-color css

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

 span { border-color: rgb(64,67,112); }

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