#3C546E

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

Shades of Cello #3C546E

Tints of Cello #3C546E

Color information

#3C546E (or 0x3C546E) is unknown color: approx Cello. HEX triplet: 3C, 54 and 6E. RGB value is (60,84,110). Sum of RGB (Red+Green+Blue) = 60+84+110=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C546E is #C3AB91. Grayscale: #4F4F4F. Windows color (decimal): -12823442 or 7230524. OLE color: 7230524.

HSL color Cylindrical-coordinate representation of color #3C546E: hue angle of 211.2º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C546E is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6084110-
CMYK0.450.2400.57
HSL211.2º29.41%33.33%-
HSV(B)211.2º45.45%43.14%-
XYZ7.858.4315.96-
YUV79.79145.05113.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=23.62%
G=33.07%
B=43.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60841100.450.2400.57211.229.4133.33
Hex3C546E2D18039d31d21
Octal7412415655300713233541
Binary111100101010011011101011011100001110011101001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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