#3C4A5B

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

Shades of Cello #3C4A5B

Tints of Cello #3C4A5B

Color information

#3C4A5B (or 0x3C4A5B) is unknown color: approx Cello. HEX triplet: 3C, 4A and 5B. RGB value is (60,74,91). Sum of RGB (Red+Green+Blue) = 60+74+91=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C4A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4A5B is #C3B5A4. Grayscale: #474747. Windows color (decimal): -12826021 or 5982780. OLE color: 5982780.

HSL color Cylindrical-coordinate representation of color #3C4A5B: hue angle of 212.9º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C4A5B is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB607491-
CMYK0.340.1900.64
HSL212.9º20.53%29.61%-
HSV(B)212.9º34.07%35.69%-
XYZ6.26.6110.85-
YUV71.75138.86119.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=26.67%
G=32.89%
B=40.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6074910.340.1900.64212.920.5329.61
Hex3C4A5B2213040d5151e
Octal74112133422301003252536
Binary111100100101010110111000101001101000000110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,74,91); }

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

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

 a { background-color: rgb(60,74,91); }

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

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

 span { border-color: rgb(60,74,91); }

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