Html Css Color HEX #3B525B Casal

📋 copy color: '#3B525B'

red 59 ◦ green 82 ◦ blue 91

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

Shades of Casal #3B525B

Tints of Casal #3B525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 25.43%
G = 35.34%
B = 39.22%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B525B (or 0x3B525B) is known color: Casal. HEX triplet: 3B, 52 and 5B. RGB value is (59,82,91). Sum of RGB (Red+Green+Blue) = 59+82+91=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B525B is #C4ADA4. Grayscale: #4C4C4C. Windows color (decimal): -12889509 or 5984827. OLE color: 5984827.

HSL color Cylindrical-coordinate representation of color #3B525B: hue angle of 196.88º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B525B is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 82 91 -
CMYK 0.35 0.10 0 0.64
HSL 196.88º 0.21% 0.29% -
HSV(B) 196.88º 0.35% 0.36% -
XYZ 6.71 7.72 11.03 -
YUV 76.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 59 82 91 0.35 0.10 0 0.64 196.88 0.21 0.29
Hex 3B 52 5B 23 A 0 40 C5 15 1D
Octal 73 122 133 43 12 0 100 305 25 35
Binary 111011 1010010 1011011 100011 1010 0 1000000 11000101 10101 11101

Color Harmonies of #3B525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B525B

Black with #3B525B

Text Example


Text Example

White with #3B525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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