#3B5262

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

Shades of Cello #3B5262

Tints of Cello #3B5262

Color information

#3B5262 (or 0x3B5262) is unknown color: approx Cello. HEX triplet: 3B, 52 and 62. RGB value is (59,82,98). Sum of RGB (Red+Green+Blue) = 59+82+98=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B5262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5262 is #C4AD9D. Grayscale: #4C4C4C. Windows color (decimal): -12889502 or 6443579. OLE color: 6443579.

HSL color Cylindrical-coordinate representation of color #3B5262: hue angle of 204.62º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B5262 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB598298-
CMYK0.400.1600.62
HSL204.62º24.84%30.78%-
HSV(B)204.62º39.8%38.43%-
XYZ7.037.8512.7-
YUV76.95139.88115.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=24.69%
G=34.31%
B=41.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5982980.400.1600.62204.6224.8430.78
Hex3B5262281003Ecd191f
Octal7312214250200763153137
Binary11101110100101100010101000100000111110110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,98); }

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

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

 a { background-color: rgb(59,82,98); }

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

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

 span { border-color: rgb(59,82,98); }

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