#3C4E5C

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

Shades of Cello #3C4E5C

Tints of Cello #3C4E5C

Color information

#3C4E5C (or 0x3C4E5C) is unknown color: approx Cello. HEX triplet: 3C, 4E and 5C. RGB value is (60,78,92). Sum of RGB (Red+Green+Blue) = 60+78+92=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C4E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E5C is #C3B1A3. Grayscale: #4A4A4A. Windows color (decimal): -12824996 or 6049340. OLE color: 6049340.

HSL color Cylindrical-coordinate representation of color #3C4E5C: hue angle of 206.25º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C4E5C is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB607892-
CMYK0.350.1500.64
HSL206.25º21.05%29.8%-
HSV(B)206.25º34.78%36.08%-
XYZ6.527.1811.17-
YUV74.21138.04117.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 92 (36.33% from 255) = 40%
R=26.09%
G=33.91%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6078920.350.1500.64206.2521.0529.8
Hex3C4E5C23F040ce151e
Octal74116134431701003162536
Binary11110010011101011100100011111101000000110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,78,92); }

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

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

 a { background-color: rgb(60,78,92); }

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

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

 span { border-color: rgb(60,78,92); }

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