Html Css Color HEX #31565E Casal

📋 copy color: '#31565E'

red 49 ◦ green 86 ◦ blue 94

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

Shades of Casal #31565E

Tints of Casal #31565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.55%

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

R = 21.4%
G = 37.55%
B = 41.05%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31565E (or 0x31565E) is known color: Casal. HEX triplet: 31, 56 and 5E. RGB value is (49,86,94). Sum of RGB (Red+Green+Blue) = 49+86+94=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #31565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565E is #CEA9A1. Grayscale: #4B4B4B. Windows color (decimal): -13543842 or 6182449. OLE color: 6182449.

HSL color Cylindrical-coordinate representation of color #31565E: hue angle of 190.67º 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 #31565E is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 86 94 -
CMYK 0.48 0.09 0 0.63
HSL 190.67º 0.31% 0.28% -
HSV(B) 190.67º 0.48% 0.37% -
XYZ 6.61 8.12 11.81 -
YUV 75.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 49 86 94 0.48 0.09 0 0.63 190.67 0.31 0.28
Hex 31 56 5E 30 9 0 3F BF 1F 1C
Octal 61 126 136 60 11 0 77 277 37 34
Binary 110001 1010110 1011110 110000 1001 0 111111 10111111 11111 11100

Color Harmonies of #31565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31565E

Black with #31565E

Text Example


Text Example

White with #31565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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