#3D556A

Color #3D556A Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #3D556A

Tints of Cello #3D556A

Color information

#3D556A (or 0x3D556A) is unknown color: approx Cello. HEX triplet: 3D, 55 and 6A. RGB value is (61,85,106). Sum of RGB (Red+Green+Blue) = 61+85+106=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D556A is #C2AA95. Grayscale: #505050. Windows color (decimal): -12757654 or 6968637. OLE color: 6968637.

HSL color Cylindrical-coordinate representation of color #3D556A: hue angle of 208º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D556A is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6185106-
CMYK0.420.2000.58
HSL208º26.95%32.75%-
HSV(B)208º42.45%41.57%-
XYZ7.778.5314.87-
YUV80.22142.55114.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=24.21%
G=33.73%
B=42.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61851060.420.2000.5820826.9532.75
Hex3D556A2A1403Ad01b21
Octal7512515252240723203341
Binary111101101010111010101010101010001110101101000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,106); }

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

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

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

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

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

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

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