#3B5159

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

Shades of Casal #3B5159

Tints of Casal #3B5159

Color information

#3B5159 (or 0x3B5159) is unknown color: approx Casal. HEX triplet: 3B, 51 and 59. RGB value is (59,81,89). Sum of RGB (Red+Green+Blue) = 59+81+89=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B5159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5159 is #C4AEA6. Grayscale: #4B4B4B. Windows color (decimal): -12889767 or 5853499. OLE color: 5853499.

HSL color Cylindrical-coordinate representation of color #3B5159: hue angle of 196º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5159 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB598189-
CMYK0.340.0900.65
HSL196º20.27%29.02%-
HSV(B)196º33.71%34.9%-
XYZ6.557.5410.56-
YUV75.33135.71116.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=25.76%
G=35.37%
B=38.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5981890.340.0900.6519620.2729.02
Hex3B5159229041c4141d
Octal73121131421101013042435
Binary11101110100011011001100010100101000001110001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,81,89); }

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

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

 a { background-color: rgb(59,81,89); }

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

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

 span { border-color: rgb(59,81,89); }

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