Html Css Color HEX #3F5256 Casal

📋 copy color: '#3F5256'

red 63 ◦ green 82 ◦ blue 86

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

Shades of Casal #3F5256

Tints of Casal #3F5256

RGB

 RED value IS 63 (25% from 255) = 27.27%

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

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 27.27%
G = 35.5%
B = 37.23%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F5256 (or 0x3F5256) is known color: Casal. HEX triplet: 3F, 52 and 56. RGB value is (63,82,86). Sum of RGB (Red+Green+Blue) = 63+82+86=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5256 is #C0ADA9. Grayscale: #4C4C4C. Windows color (decimal): -12627370 or 5657151. OLE color: 5657151.

HSL color Cylindrical-coordinate representation of color #3F5256: hue angle of 190.43º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5256 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 82 86 -
CMYK 0.27 0.05 0 0.66
HSL 190.43º 0.15% 0.29% -
HSV(B) 190.43º 0.27% 0.34% -
XYZ 6.75 7.76 9.95 -
YUV 76.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 63 82 86 0.27 0.05 0 0.66 190.43 0.15 0.29
Hex 3F 52 56 1B 5 0 42 BE F 1D
Octal 77 122 126 33 5 0 102 276 17 35
Binary 111111 1010010 1010110 11011 101 0 1000010 10111110 1111 11101

Color Harmonies of #3F5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5256

Black with #3F5256

Text Example


Text Example

White with #3F5256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,86); }

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

background-color css

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

 a { background-color: rgb(63,82,86); }

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

border-color css

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

 span { border-color: rgb(63,82,86); }

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