Html Css Color HEX #31565C Casal

📋 copy color: '#31565C'

red 49 ◦ green 86 ◦ blue 92

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

Shades of Casal #31565C

Tints of Casal #31565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 21.59%
G = 37.89%
B = 40.53%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31565C (or 0x31565C) is known color: Casal. HEX triplet: 31, 56 and 5C. RGB value is (49,86,92). Sum of RGB (Red+Green+Blue) = 49+86+92=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #31565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565C is #CEA9A3. Grayscale: #4B4B4B. Windows color (decimal): -13543844 or 6051377. OLE color: 6051377.

HSL color Cylindrical-coordinate representation of color #31565C: hue angle of 188.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31565C is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 86 92 -
CMYK 0.47 0.07 0 0.64
HSL 188.37º 0.3% 0.28% -
HSV(B) 188.37º 0.47% 0.36% -
XYZ 6.53 8.08 11.34 -
YUV 75.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 49 86 92 0.47 0.07 0 0.64 188.37 0.3 0.28
Hex 31 56 5C 2F 7 0 40 BC 1E 1C
Octal 61 126 134 57 7 0 100 274 36 34
Binary 110001 1010110 1011100 101111 111 0 1000000 10111100 11110 11100

Color Harmonies of #31565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31565C

Black with #31565C

Text Example


Text Example

White with #31565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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