Html Css Color HEX #31535B Casal

📋 copy color: '#31535B'

red 49 ◦ green 83 ◦ blue 91

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

Shades of Casal #31535B

Tints of Casal #31535B

RGB

 RED value IS 49 (19.53% from 255) = 21.97%

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 21.97%
G = 37.22%
B = 40.81%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31535B (or 0x31535B) is known color: Casal. HEX triplet: 31, 53 and 5B. RGB value is (49,83,91). Sum of RGB (Red+Green+Blue) = 49+83+91=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #31535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535B is #CEACA4. Grayscale: #494949. Windows color (decimal): -13544613 or 5985073. OLE color: 5985073.

HSL color Cylindrical-coordinate representation of color #31535B: hue angle of 191.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31535B is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 83 91 -
CMYK 0.46 0.09 0 0.64
HSL 191.43º 0.3% 0.27% -
HSV(B) 191.43º 0.46% 0.36% -
XYZ 6.25 7.59 11.03 -
YUV 73.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 49 83 91 0.46 0.09 0 0.64 191.43 0.3 0.27
Hex 31 53 5B 2E 9 0 40 BF 1E 1B
Octal 61 123 133 56 11 0 100 277 36 33
Binary 110001 1010011 1011011 101110 1001 0 1000000 10111111 11110 11011

Color Harmonies of #31535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31535B

Black with #31535B

Text Example


Text Example

White with #31535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31535B; }

 p { color: rgb(49,83,91); }

 H1.HeaderClassName
 {
   color: #31535B;
 }
 .AnyTagClassName
 {
   color: #31535B;
 }
</style>

background-color css

<style>
 a { background-color: #31535B; }

 a { background-color: rgb(49,83,91); }

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

border-color css

<style>
 span { border-color: #31535B; }

 span { border-color: rgb(49,83,91); }

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