#414364

Color #414364 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #414364

Tints of Corn Flower Blue #414364

Color information

#414364 (or 0x414364) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 43 and 64. RGB value is (65,67,100). Sum of RGB (Red+Green+Blue) = 65+67+100=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #414364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414364 is #BEBC9B. Grayscale: #464646. Windows color (decimal): -12500124 or 6570817. OLE color: 6570817.

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

Color convert

RGB6567100-
CMYK0.350.3300.61
HSL236.57º21.21%32.35%-
HSV(B)236.57º35%39.22%-
XYZ6.496.0612.88-
YUV70.16144.84124.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=28.02%
G=28.88%
B=43.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65671000.350.3300.61236.5721.2132.35
Hex414364232103Ded1520
Octal10110314443410753552540
Binary10000011000011110010010001110000101111011110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414364; }

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

 H1.HeaderClassName
 {
   color: #414364;
 }
 .AnyTagClassName
 {
   color: #414364;
 }
</style>
background-color css

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

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

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

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

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

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