#413F67

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

Shades of Corn Flower Blue #413F67

Tints of Corn Flower Blue #413F67

Color information

#413F67 (or 0x413F67) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3F and 67. RGB value is (65,63,103). Sum of RGB (Red+Green+Blue) = 65+63+103=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #413F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F67 is #BEC098. Grayscale: #444444. Windows color (decimal): -12501145 or 6766401. OLE color: 6766401.

HSL color Cylindrical-coordinate representation of color #413F67: hue angle of 243º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413F67 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6563103-
CMYK0.370.3900.60
HSL243º24.1%32.55%-
HSV(B)243º38.83%40.39%-
XYZ6.415.6613.59-
YUV68.16147.66125.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=28.14%
G=27.27%
B=44.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65631030.370.3900.6024324.132.55
Hex413F67252703Cf31821
Octal1017714745470743633041
Binary1000001111111110011110010110011101111001111001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413F67; }

 p { color: rgb(65,63,103); }

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

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

 a { background-color: rgb(65,63,103); }

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

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

 span { border-color: rgb(65,63,103); }

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