#414067

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

Shades of Corn Flower Blue #414067

Tints of Corn Flower Blue #414067

Color information

#414067 (or 0x414067) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 67. RGB value is (65,64,103). Sum of RGB (Red+Green+Blue) = 65+64+103=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #414067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414067 is #BEBF98. Grayscale: #444444. Windows color (decimal): -12500889 or 6766657. OLE color: 6766657.

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

Color convert

RGB6564103-
CMYK0.370.3800.60
HSL241.54º23.35%32.75%-
HSV(B)241.54º37.86%40.39%-
XYZ6.465.7713.61-
YUV68.74147.33125.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=28.02%
G=27.59%
B=44.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65641030.370.3800.60241.5423.3532.75
Hex414067252603Cf21721
Octal10110014745460743622741
Binary10000011000000110011110010110011001111001111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414067; }

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

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

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

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

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

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

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

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