Html Css Color HEX #3B5259 Casal

📋 copy color: '#3B5259'

red 59 ◦ green 82 ◦ blue 89

#3B5259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #3B5259

Tints of Casal #3B5259

RGB

 RED value IS 59 (23.44% from 255) = 25.65%

 GREEN value IS 82 (32.42% from 255) = 35.65%

 BLUE value IS 89 (35.16% from 255) = 38.7%

R = 25.65%
G = 35.65%
B = 38.7%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B5259 (or 0x3B5259) is known color: Casal. HEX triplet: 3B, 52 and 59. RGB value is (59,82,89). Sum of RGB (Red+Green+Blue) = 59+82+89=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B5259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5259 is #C4ADA6. Grayscale: #4B4B4B. Windows color (decimal): -12889511 or 5853755. OLE color: 5853755.

HSL color Cylindrical-coordinate representation of color #3B5259: hue angle of 194º 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 #3B5259 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 82 89 -
CMYK 0.34 0.08 0 0.65
HSL 194º 0.2% 0.29% -
HSV(B) 194º 0.34% 0.35% -
XYZ 6.62 7.69 10.59 -
YUV 75.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 59 82 89 0.34 0.08 0 0.65 194 0.2 0.29
Hex 3B 52 59 22 8 0 41 C2 14 1D
Octal 73 122 131 42 10 0 101 302 24 35
Binary 111011 1010010 1011001 100010 1000 0 1000001 11000010 10100 11101

Color Harmonies of #3B5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5259

Black with #3B5259

Text Example


Text Example

White with #3B5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B5259;
 }
 .AnyTagClassName
 {
   color: #3B5259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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