#3C4C62

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

Shades of Cello #3C4C62

Tints of Cello #3C4C62

Color information

#3C4C62 (or 0x3C4C62) is unknown color: approx Cello. HEX triplet: 3C, 4C and 62. RGB value is (60,76,98). Sum of RGB (Red+Green+Blue) = 60+76+98=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C4C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C62 is #C3B39D. Grayscale: #494949. Windows color (decimal): -12825502 or 6442044. OLE color: 6442044.

HSL color Cylindrical-coordinate representation of color #3C4C62: hue angle of 214.74º 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 #3C4C62 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB607698-
CMYK0.390.2200.62
HSL214.74º24.05%30.98%-
HSV(B)214.74º38.78%38.43%-
XYZ6.657.0112.56-
YUV73.72141.7118.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=25.64%
G=32.48%
B=41.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6076980.390.2200.62214.7424.0530.98
Hex3C4C62271603Ed7181f
Octal7411414247260763273037
Binary11110010011001100010100111101100111110110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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