#3C566E

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

Shades of Cello #3C566E

Tints of Cello #3C566E

Color information

#3C566E (or 0x3C566E) is unknown color: approx Cello. HEX triplet: 3C, 56 and 6E. RGB value is (60,86,110). Sum of RGB (Red+Green+Blue) = 60+86+110=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C566E is #C3A991. Grayscale: #505050. Windows color (decimal): -12822930 or 7231036. OLE color: 7231036.

HSL color Cylindrical-coordinate representation of color #3C566E: hue angle of 208.8º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C566E is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6086110-
CMYK0.450.2200.57
HSL208.8º29.41%33.33%-
HSV(B)208.8º45.45%43.14%-
XYZ8.018.7416.02-
YUV80.96144.39113.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=23.44%
G=33.59%
B=42.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60861100.450.2200.57208.829.4133.33
Hex3C566E2D16039d11d21
Octal7412615655260713213541
Binary111100101011011011101011011011001110011101000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,110); }

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

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

 a { background-color: rgb(60,86,110); }

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

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

 span { border-color: rgb(60,86,110); }

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