#3B4F62

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

Shades of Cello #3B4F62

Tints of Cello #3B4F62

Color information

#3B4F62 (or 0x3B4F62) is unknown color: approx Cello. HEX triplet: 3B, 4F and 62. RGB value is (59,79,98). Sum of RGB (Red+Green+Blue) = 59+79+98=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4F62 is #C4B09D. Grayscale: #4B4B4B. Windows color (decimal): -12890270 or 6442811. OLE color: 6442811.

HSL color Cylindrical-coordinate representation of color #3B4F62: hue angle of 209.23º 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 #3B4F62 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB597998-
CMYK0.400.1900.62
HSL209.23º24.84%30.78%-
HSV(B)209.23º39.8%38.43%-
XYZ6.87.412.63-
YUV75.19140.87116.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=25%
G=33.47%
B=41.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5979980.400.1900.62209.2324.8430.78
Hex3B4F62281303Ed1191f
Octal7311714250230763213137
Binary11101110011111100010101000100110111110110100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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