#3C4C58

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

Shades of Cello #3C4C58

Tints of Cello #3C4C58

Color information

#3C4C58 (or 0x3C4C58) is unknown color: approx Cello. HEX triplet: 3C, 4C and 58. RGB value is (60,76,88). Sum of RGB (Red+Green+Blue) = 60+76+88=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C4C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C58 is #C3B3A7. Grayscale: #484848. Windows color (decimal): -12825512 or 5786684. OLE color: 5786684.

HSL color Cylindrical-coordinate representation of color #3C4C58: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C4C58 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB607688-
CMYK0.320.1400.65
HSL205.71º18.92%29.02%-
HSV(B)205.71º31.82%34.51%-
XYZ6.216.8310.22-
YUV72.58136.7119.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=26.79%
G=33.93%
B=39.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6076880.320.1400.65205.7118.9229.02
Hex3C4C5820E041ce131d
Octal74114130401601013162335
Binary11110010011001011000100000111001000001110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,76,88); }

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

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

 a { background-color: rgb(60,76,88); }

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

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

 span { border-color: rgb(60,76,88); }

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