Html Css Color HEX #31555E Casal

📋 copy color: '#31555E'

red 49 ◦ green 85 ◦ blue 94

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

Shades of Casal #31555E

Tints of Casal #31555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 21.49%
G = 37.28%
B = 41.23%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31555E (or 0x31555E) is known color: Casal. HEX triplet: 31, 55 and 5E. RGB value is (49,85,94). Sum of RGB (Red+Green+Blue) = 49+85+94=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #31555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31555E is #CEAAA1. Grayscale: #4B4B4B. Windows color (decimal): -13544098 or 6182193. OLE color: 6182193.

HSL color Cylindrical-coordinate representation of color #31555E: hue angle of 192º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31555E is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 85 94 -
CMYK 0.48 0.10 0 0.63
HSL 192º 0.31% 0.28% -
HSV(B) 192º 0.48% 0.37% -
XYZ 6.54 7.96 11.78 -
YUV 75.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 49 85 94 0.48 0.10 0 0.63 192 0.31 0.28
Hex 31 55 5E 30 A 0 3F C0 1F 1C
Octal 61 125 136 60 12 0 77 300 37 34
Binary 110001 1010101 1011110 110000 1010 0 111111 11000000 11111 11100

Color Harmonies of #31555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31555E

Black with #31555E

Text Example


Text Example

White with #31555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31555E; }

 p { color: rgb(49,85,94); }

 H1.HeaderClassName
 {
   color: #31555E;
 }
 .AnyTagClassName
 {
   color: #31555E;
 }
</style>

background-color css

<style>
 a { background-color: #31555E; }

 a { background-color: rgb(49,85,94); }

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

border-color css

<style>
 span { border-color: #31555E; }

 span { border-color: rgb(49,85,94); }

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