Html Css Color HEX #31584B Spectra

📋 copy color: '#31584B'

red 49 ◦ green 88 ◦ blue 75

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

Shades of Spectra #31584B

Tints of Spectra #31584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 23.11%
G = 41.51%
B = 35.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#31584B (or 0x31584B) is known color: Spectra. HEX triplet: 31, 58 and 4B. RGB value is (49,88,75). Sum of RGB (Red+Green+Blue) = 49+88+75=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #31584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31584B is #CEA7B4. Grayscale: #4A4A4A. Windows color (decimal): -13543349 or 4937777. OLE color: 4937777.

HSL color Cylindrical-coordinate representation of color #31584B: hue angle of 160º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31584B is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 75 -
CMYK 0.44 0 0.15 0.65
HSL 160º 0.28% 0.27% -
HSV(B) 160º 0.44% 0.35% -
XYZ 6.03 8.14 7.91 -
YUV 74.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 49 88 75 0.44 0 0.15 0.65 160 0.28 0.27
Hex 31 58 4B 2C 0 F 41 A0 1C 1B
Octal 61 130 113 54 0 17 101 240 34 33
Binary 110001 1011000 1001011 101100 0 1111 1000001 10100000 11100 11011

Color Harmonies of #31584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31584B

Black with #31584B

Text Example


Text Example

White with #31584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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