Html Css Color HEX #31545B Casal

📋 copy color: '#31545B'

red 49 ◦ green 84 ◦ blue 91

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

Shades of Casal #31545B

Tints of Casal #31545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

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

R = 21.88%
G = 37.5%
B = 40.63%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31545B (or 0x31545B) is known color: Casal. HEX triplet: 31, 54 and 5B. RGB value is (49,84,91). Sum of RGB (Red+Green+Blue) = 49+84+91=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #31545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545B is #CEABA4. Grayscale: #4A4A4A. Windows color (decimal): -13544357 or 5985329. OLE color: 5985329.

HSL color Cylindrical-coordinate representation of color #31545B: hue angle of 190º 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 #31545B is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 84 91 -
CMYK 0.46 0.08 0 0.64
HSL 190º 0.3% 0.27% -
HSV(B) 190º 0.46% 0.36% -
XYZ 6.33 7.75 11.06 -
YUV 74.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 49 84 91 0.46 0.08 0 0.64 190 0.3 0.27
Hex 31 54 5B 2E 8 0 40 BE 1E 1B
Octal 61 124 133 56 10 0 100 276 36 33
Binary 110001 1010100 1011011 101110 1000 0 1000000 10111110 11110 11011

Color Harmonies of #31545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31545B

Black with #31545B

Text Example


Text Example

White with #31545B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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