#413D68

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

Shades of Corn Flower Blue #413D68

Tints of Corn Flower Blue #413D68

Color information

#413D68 (or 0x413D68) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3D and 68. RGB value is (65,61,104). Sum of RGB (Red+Green+Blue) = 65+61+104=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #413D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D68 is #BEC297. Grayscale: #424242. Windows color (decimal): -12501656 or 6831425. OLE color: 6831425.

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

Color convert

RGB6561104-
CMYK0.380.4100.59
HSL245.58º26.06%32.35%-
HSV(B)245.58º41.35%40.78%-
XYZ6.355.4613.82-
YUV67.1148.83126.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=28.26%
G=26.52%
B=45.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65611040.380.4100.59245.5826.0632.35
Hex413D68262903Bf61a20
Octal1017515046510733663240
Binary1000001111101110100010011010100101110111111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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