#3C4F62

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

Shades of Cello #3C4F62

Tints of Cello #3C4F62

Color information

#3C4F62 (or 0x3C4F62) is unknown color: approx Cello. HEX triplet: 3C, 4F and 62. RGB value is (60,79,98). Sum of RGB (Red+Green+Blue) = 60+79+98=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F62 is #C3B09D. Grayscale: #4B4B4B. Windows color (decimal): -12824734 or 6442812. OLE color: 6442812.

HSL color Cylindrical-coordinate representation of color #3C4F62: hue angle of 210º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4F62 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB607998-
CMYK0.390.1900.62
HSL210º24.05%30.98%-
HSV(B)210º38.78%38.43%-
XYZ6.867.4312.63-
YUV75.48140.71116.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=25.32%
G=33.33%
B=41.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6079980.390.1900.6221024.0530.98
Hex3C4F62271303Ed2181f
Octal7411714247230763223037
Binary11110010011111100010100111100110111110110100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,79,98); }

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

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

 a { background-color: rgb(60,79,98); }

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

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

 span { border-color: rgb(60,79,98); }

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