#3C4F6A

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

Shades of Cello #3C4F6A

Tints of Cello #3C4F6A

Color information

#3C4F6A (or 0x3C4F6A) is unknown color: approx Cello. HEX triplet: 3C, 4F and 6A. RGB value is (60,79,106). Sum of RGB (Red+Green+Blue) = 60+79+106=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C4F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F6A is #C3B095. Grayscale: #4C4C4C. Windows color (decimal): -12824726 or 6967100. OLE color: 6967100.

HSL color Cylindrical-coordinate representation of color #3C4F6A: hue angle of 215.22º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C4F6A is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6079106-
CMYK0.430.2500.58
HSL215.22º27.71%32.55%-
HSV(B)215.22º43.4%41.57%-
XYZ7.267.5914.72-
YUV76.4144.71116.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=24.49%
G=32.24%
B=43.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60791060.430.2500.58215.2227.7132.55
Hex3C4F6A2B1903Ad71c21
Octal7411715253310723273441
Binary111100100111111010101010111100101110101101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,79,106); }

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

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

 a { background-color: rgb(60,79,106); }

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

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

 span { border-color: rgb(60,79,106); }

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