#3B4B63

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

Shades of Cello #3B4B63

Tints of Cello #3B4B63

Color information

#3B4B63 (or 0x3B4B63) is unknown color: approx Cello. HEX triplet: 3B, 4B and 63. RGB value is (59,75,99). Sum of RGB (Red+Green+Blue) = 59+75+99=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B4B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B63 is #C4B49C. Grayscale: #484848. Windows color (decimal): -12891293 or 6507323. OLE color: 6507323.

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

Color convert

RGB597599-
CMYK0.400.2400.61
HSL216º25.32%30.98%-
HSV(B)216º40.4%38.82%-
XYZ6.576.8612.78-
YUV72.95142.7118.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=25.32%
G=32.19%
B=42.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5975990.400.2400.6121625.3230.98
Hex3B4B63281803Dd8191f
Octal7311314350300753303137
Binary11101110010111100011101000110000111101110110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,75,99); }

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

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

 a { background-color: rgb(59,75,99); }

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

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

 span { border-color: rgb(59,75,99); }

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