#3C5367

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

Shades of Cello #3C5367

Tints of Cello #3C5367

Color information

#3C5367 (or 0x3C5367) is unknown color: approx Cello. HEX triplet: 3C, 53 and 67. RGB value is (60,83,103). Sum of RGB (Red+Green+Blue) = 60+83+103=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C5367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5367 is #C3AC98. Grayscale: #4E4E4E. Windows color (decimal): -12823705 or 6771516. OLE color: 6771516.

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

Color convert

RGB6083103-
CMYK0.420.1900.60
HSL207.91º26.38%31.96%-
HSV(B)207.91º41.75%40.39%-
XYZ7.48.1314.01-
YUV78.4141.88114.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=24.39%
G=33.74%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60831030.420.1900.60207.9126.3831.96
Hex3C53672A1303Cd01a20
Octal7412314752230743203240
Binary111100101001111001111010101001101111001101000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,103); }

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

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

 a { background-color: rgb(60,83,103); }

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

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

 span { border-color: rgb(60,83,103); }

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