#413C68

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

Shades of Corn Flower Blue #413C68

Tints of Corn Flower Blue #413C68

Color information

#413C68 (or 0x413C68) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3C and 68. RGB value is (65,60,104). Sum of RGB (Red+Green+Blue) = 65+60+104=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #413C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C68 is #BEC397. Grayscale: #424242. Windows color (decimal): -12501912 or 6831169. OLE color: 6831169.

HSL color Cylindrical-coordinate representation of color #413C68: hue angle of 246.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413C68 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6560104-
CMYK0.380.4200.59
HSL246.82º26.83%32.16%-
HSV(B)246.82º42.31%40.78%-
XYZ6.295.3613.8-
YUV66.51149.16126.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=28.38%
G=26.20%
B=45.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65601040.380.4200.59246.8226.8332.16
Hex413C68262A03Bf71b20
Octal1017415046520733673340
Binary1000001111100110100010011010101001110111111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,104); }

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

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

 a { background-color: rgb(65,60,104); }

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

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

 span { border-color: rgb(65,60,104); }

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