#3D406F

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

Shades of Corn Flower Blue #3D406F

Tints of Corn Flower Blue #3D406F

Color information

#3D406F (or 0x3D406F) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 40 and 6F. RGB value is (61,64,111). Sum of RGB (Red+Green+Blue) = 61+64+111=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D406F is #C2BF90. Grayscale: #444444. Windows color (decimal): -12763025 or 7290941. OLE color: 7290941.

HSL color Cylindrical-coordinate representation of color #3D406F: hue angle of 236.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D406F is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6164111-
CMYK0.450.4200.56
HSL236.4º29.07%33.73%-
HSV(B)236.4º45.05%43.53%-
XYZ6.635.8115.81-
YUV68.46152.01122.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.85%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=25.85%
G=27.12%
B=47.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61641110.450.4200.56236.429.0733.73
Hex3D406F2D2A038ec1d22
Octal7510015755520703543542
Binary1111011000000110111110110110101001110001110110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D406F; }

 p { color: rgb(61,64,111); }

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

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

 a { background-color: rgb(61,64,111); }

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

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

 span { border-color: rgb(61,64,111); }

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