#3C4E66

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

Shades of Cello #3C4E66

Tints of Cello #3C4E66

Color information

#3C4E66 (or 0x3C4E66) is unknown color: approx Cello. HEX triplet: 3C, 4E and 66. RGB value is (60,78,102). Sum of RGB (Red+Green+Blue) = 60+78+102=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C4E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E66 is #C3B199. Grayscale: #4B4B4B. Windows color (decimal): -12824986 or 6704700. OLE color: 6704700.

HSL color Cylindrical-coordinate representation of color #3C4E66: hue angle of 214.29º 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 #3C4E66 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6078102-
CMYK0.410.2400.6
HSL214.29º25.93%31.76%-
HSV(B)214.29º41.18%40%-
XYZ6.997.3713.62-
YUV75.35143.04117.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=25%
G=32.5%
B=42.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60781020.410.2400.6214.2925.9331.76
Hex3C4E66291803Cd61a20
Octal7411614651300743263240
Binary111100100111011001101010011100001111001101011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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