Html Css Color HEX #316052 Spectra

📋 copy color: '#316052'

red 49 ◦ green 96 ◦ blue 82

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

Shades of Spectra #316052

Tints of Spectra #316052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 21.59%
G = 42.29%
B = 36.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#316052 (or 0x316052) is known color: Spectra. HEX triplet: 31, 60 and 52. RGB value is (49,96,82). Sum of RGB (Red+Green+Blue) = 49+96+82=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #316052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316052 is #CE9FAD. Grayscale: #505050. Windows color (decimal): -13541294 or 5398577. OLE color: 5398577.

HSL color Cylindrical-coordinate representation of color #316052: hue angle of 162.13º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316052 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 82 -
CMYK 0.49 0 0.15 0.62
HSL 162.13º 0.32% 0.28% -
HSV(B) 162.13º 0.49% 0.38% -
XYZ 6.97 9.63 9.47 -
YUV 80.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 49 96 82 0.49 0 0.15 0.62 162.13 0.32 0.28
Hex 31 60 52 31 0 F 3E A2 20 1C
Octal 61 140 122 61 0 17 76 242 40 34
Binary 110001 1100000 1010010 110001 0 1111 111110 10100010 100000 11100

Color Harmonies of #316052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316052

Black with #316052

Text Example


Text Example

White with #316052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316052; }

 p { color: rgb(49,96,82); }

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

background-color css

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

 a { background-color: rgb(49,96,82); }

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

border-color css

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

 span { border-color: rgb(49,96,82); }

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