#3C5466

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

Shades of Cello #3C5466

Tints of Cello #3C5466

Color information

#3C5466 (or 0x3C5466) is unknown color: approx Cello. HEX triplet: 3C, 54 and 66. RGB value is (60,84,102). Sum of RGB (Red+Green+Blue) = 60+84+102=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C5466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5466 is #C3AB99. Grayscale: #4E4E4E. Windows color (decimal): -12823450 or 6706236. OLE color: 6706236.

HSL color Cylindrical-coordinate representation of color #3C5466: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C5466 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6084102-
CMYK0.410.1800.6
HSL205.71º25.93%31.76%-
HSV(B)205.71º41.18%40%-
XYZ7.438.2613.77-
YUV78.88141.05114.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=24.39%
G=34.15%
B=41.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60841020.410.1800.6205.7125.9331.76
Hex3C5466291203Cce1a20
Octal7412414651220743163240
Binary111100101010011001101010011001001111001100111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,102); }

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

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

 a { background-color: rgb(60,84,102); }

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

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

 span { border-color: rgb(60,84,102); }

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