#3D3D66

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

Shades of Corn Flower Blue #3D3D66

Tints of Corn Flower Blue #3D3D66

Color information

#3D3D66 (or 0x3D3D66) is unknown color: approx Corn Flower Blue. HEX triplet: 3D, 3D and 66. RGB value is (61,61,102). Sum of RGB (Red+Green+Blue) = 61+61+102=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3D66 is #C2C299. Grayscale: #414141. Windows color (decimal): -12763802 or 6700349. OLE color: 6700349.

HSL color Cylindrical-coordinate representation of color #3D3D66: hue angle of 240º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D3D66 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6161102-
CMYK0.400.4000.6
HSL240º25.15%31.96%-
HSV(B)240º40.2%40%-
XYZ5.995.2913.28-
YUV65.67148.5124.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=27.23%
G=27.23%
B=45.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61611020.400.4000.624025.1531.96
Hex3D3D66282803Cf01920
Octal757514650500743603140
Binary111101111101110011010100010100001111001111000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,61,102); }

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

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

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

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

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

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

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