#414365

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

Shades of Corn Flower Blue #414365

Tints of Corn Flower Blue #414365

Color information

#414365 (or 0x414365) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 43 and 65. RGB value is (65,67,101). Sum of RGB (Red+Green+Blue) = 65+67+101=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #414365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414365 is #BEBC9A. Grayscale: #464646. Windows color (decimal): -12500123 or 6636353. OLE color: 6636353.

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

Color convert

RGB6567101-
CMYK0.360.3400.60
HSL236.67º21.69%32.55%-
HSV(B)236.67º35.64%39.61%-
XYZ6.546.0813.14-
YUV70.28145.34124.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=27.90%
G=28.76%
B=43.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65671010.360.3400.60236.6721.6932.55
Hex414365242203Ced1621
Octal10110314544420743552641
Binary10000011000011110010110010010001001111001110110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414365; }

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

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

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

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

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

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

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

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