#3B585F

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

Shades of Casal #3B585F

Tints of Casal #3B585F

Color information

#3B585F (or 0x3B585F) is unknown color: approx Casal. HEX triplet: 3B, 58 and 5F. RGB value is (59,88,95). Sum of RGB (Red+Green+Blue) = 59+88+95=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B585F is #C4A7A0. Grayscale: #505050. Windows color (decimal): -12887969 or 6248507. OLE color: 6248507.

HSL color Cylindrical-coordinate representation of color #3B585F: hue angle of 191.67º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B585F is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB598895-
CMYK0.380.0700.63
HSL191.67º23.38%30.2%-
HSV(B)191.67º37.89%37.25%-
XYZ7.368.7412.12-
YUV80.13136.39112.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=24.38%
G=36.36%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5988950.380.0700.63191.6723.3830.2
Hex3B585F26703Fc0171e
Octal731301374670773002736
Binary111011101100010111111001101110111111110000001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,95); }

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

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

 a { background-color: rgb(59,88,95); }

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

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

 span { border-color: rgb(59,88,95); }

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