#413E67

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

Shades of Corn Flower Blue #413E67

Tints of Corn Flower Blue #413E67

Color information

#413E67 (or 0x413E67) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3E and 67. RGB value is (65,62,103). Sum of RGB (Red+Green+Blue) = 65+62+103=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #413E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E67 is #BEC198. Grayscale: #434343. Windows color (decimal): -12501401 or 6766145. OLE color: 6766145.

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

Color convert

RGB6562103-
CMYK0.370.4000.60
HSL244.39º24.85%32.35%-
HSV(B)244.39º39.81%40.39%-
XYZ6.355.5513.57-
YUV67.57147.99126.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=28.26%
G=26.96%
B=44.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65621030.370.4000.60244.3924.8532.35
Hex413E67252803Cf41920
Octal1017614745500743643140
Binary1000001111110110011110010110100001111001111010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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