#413F61

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

Shades of Corn Flower Blue #413F61

Tints of Corn Flower Blue #413F61

Color information

#413F61 (or 0x413F61) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3F and 61. RGB value is (65,63,97). Sum of RGB (Red+Green+Blue) = 65+63+97=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #413F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F61 is #BEC09E. Grayscale: #434343. Windows color (decimal): -12501151 or 6373185. OLE color: 6373185.

HSL color Cylindrical-coordinate representation of color #413F61: hue angle of 243.53º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413F61 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656397-
CMYK0.330.3500.62
HSL243.53º21.25%31.37%-
HSV(B)243.53º35.05%38.04%-
XYZ6.125.5412.06-
YUV67.47144.66126.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=28.89%
G=28%
B=43.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6563970.330.3500.62243.5321.2531.37
Hex413F61212303Ef4151f
Octal1017714141430763642537
Binary100000111111111000011000011000110111110111101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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