Html Css Color HEX #414372 Corn Flower Blue

📋 copy color: '#414372'

red 65 ◦ green 67 ◦ blue 114

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

Shades of Corn Flower Blue #414372

Tints of Corn Flower Blue #414372

RGB

 RED value IS 65 (25.78% from 255) = 26.42%

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

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 26.42%
G = 27.24%
B = 46.34%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414372 (or 0x414372) is known color: Corn Flower Blue. HEX triplet: 41, 43 and 72. RGB value is (65,67,114). Sum of RGB (Red+Green+Blue) = 65+67+114=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #414372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414372 is #BEBC8D. Grayscale: #474747. Windows color (decimal): -12500110 or 7488321. OLE color: 7488321.

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

Color convert

RGB 65 67 114 -
CMYK 0.43 0.41 0 0.55
HSL 237.55º 0.27% 0.35% -
HSV(B) 237.55º 0.43% 0.45% -
XYZ 7.22 6.35 16.77 -
YUV 71.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 65 67 114 0.43 0.41 0 0.55 237.55 0.27 0.35
Hex 41 43 72 2B 29 0 37 EE 1B 23
Octal 101 103 162 53 51 0 67 356 33 43
Binary 1000001 1000011 1110010 101011 101001 0 110111 11101110 11011 100011

Color Harmonies of #414372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414372

Black with #414372

Text Example


Text Example

White with #414372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414372; }

 p { color: rgb(65,67,114); }

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

background-color css

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

 a { background-color: rgb(65,67,114); }

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

border-color css

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

 span { border-color: rgb(65,67,114); }

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