Html Css Color HEX #3B4F56 Casal

📋 copy color: '#3B4F56'

red 59 ◦ green 79 ◦ blue 86

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

Shades of Casal #3B4F56

Tints of Casal #3B4F56

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

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

R = 26.34%
G = 35.27%
B = 38.39%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B4F56 (or 0x3B4F56) is known color: Casal. HEX triplet: 3B, 4F and 56. RGB value is (59,79,86). Sum of RGB (Red+Green+Blue) = 59+79+86=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B4F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4F56 is #C4B0A9. Grayscale: #494949. Windows color (decimal): -12890282 or 5656379. OLE color: 5656379.

HSL color Cylindrical-coordinate representation of color #3B4F56: hue angle of 195.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B4F56 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 59 79 86 -
CMYK 0.31 0.08 0 0.66
HSL 195.56º 0.19% 0.28% -
HSV(B) 195.56º 0.31% 0.34% -
XYZ 6.28 7.19 9.86 -
YUV 73.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 59 79 86 0.31 0.08 0 0.66 195.56 0.19 0.28
Hex 3B 4F 56 1F 8 0 42 C4 13 1C
Octal 73 117 126 37 10 0 102 304 23 34
Binary 111011 1001111 1010110 11111 1000 0 1000010 11000100 10011 11100

Color Harmonies of #3B4F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4F56

Black with #3B4F56

Text Example


Text Example

White with #3B4F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,79,86); }

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

background-color css

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

 a { background-color: rgb(59,79,86); }

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

border-color css

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

 span { border-color: rgb(59,79,86); }

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