Html Css Color HEX #31585F Casal

📋 copy color: '#31585F'

red 49 ◦ green 88 ◦ blue 95

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

Shades of Casal #31585F

Tints of Casal #31585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 21.12%
G = 37.93%
B = 40.95%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31585F (or 0x31585F) is known color: Casal. HEX triplet: 31, 58 and 5F. RGB value is (49,88,95). Sum of RGB (Red+Green+Blue) = 49+88+95=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #31585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31585F is #CEA7A0. Grayscale: #4D4D4D. Windows color (decimal): -13543329 or 6248497. OLE color: 6248497.

HSL color Cylindrical-coordinate representation of color #31585F: hue angle of 189.13º degrees, saturation: 0.32, 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 #31585F is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 88 95 -
CMYK 0.48 0.07 0 0.63
HSL 189.13º 0.32% 0.28% -
HSV(B) 189.13º 0.48% 0.37% -
XYZ 6.82 8.46 12.1 -
YUV 77.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 49 88 95 0.48 0.07 0 0.63 189.13 0.32 0.28
Hex 31 58 5F 30 7 0 3F BD 20 1C
Octal 61 130 137 60 7 0 77 275 40 34
Binary 110001 1011000 1011111 110000 111 0 111111 10111101 100000 11100

Color Harmonies of #31585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31585F

Black with #31585F

Text Example


Text Example

White with #31585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31585F; }

 p { color: rgb(49,88,95); }

 H1.HeaderClassName
 {
   color: #31585F;
 }
 .AnyTagClassName
 {
   color: #31585F;
 }
</style>

background-color css

<style>
 a { background-color: #31585F; }

 a { background-color: rgb(49,88,95); }

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

border-color css

<style>
 span { border-color: #31585F; }

 span { border-color: rgb(49,88,95); }

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