#3C4B58

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

Shades of Cello #3C4B58

Tints of Cello #3C4B58

Color information

#3C4B58 (or 0x3C4B58) is unknown color: approx Cello. HEX triplet: 3C, 4B and 58. RGB value is (60,75,88). Sum of RGB (Red+Green+Blue) = 60+75+88=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C4B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B58 is #C3B4A7. Grayscale: #474747. Windows color (decimal): -12825768 or 5786428. OLE color: 5786428.

HSL color Cylindrical-coordinate representation of color #3C4B58: hue angle of 207.86º 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 #3C4B58 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB607588-
CMYK0.320.1500.65
HSL207.86º18.92%29.02%-
HSV(B)207.86º31.82%34.51%-
XYZ6.146.710.2-
YUV72137.03119.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=26.91%
G=33.63%
B=39.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6075880.320.1500.65207.8618.9229.02
Hex3C4B5820F041d0131d
Octal74113130401701013202335
Binary11110010010111011000100000111101000001110100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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