Html Css Color HEX #315F52 Spectra

📋 copy color: '#315F52'

red 49 ◦ green 95 ◦ blue 82

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

Shades of Spectra #315F52

Tints of Spectra #315F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.04%

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

R = 21.68%
G = 42.04%
B = 36.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#315F52 (or 0x315F52) is known color: Spectra. HEX triplet: 31, 5F and 52. RGB value is (49,95,82). Sum of RGB (Red+Green+Blue) = 49+95+82=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #315F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F52 is #CEA0AD. Grayscale: #4F4F4F. Windows color (decimal): -13541550 or 5398321. OLE color: 5398321.

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

Color convert

RGB 49 95 82 -
CMYK 0.48 0 0.14 0.63
HSL 163.04º 0.32% 0.28% -
HSV(B) 163.04º 0.48% 0.37% -
XYZ 6.88 9.45 9.44 -
YUV 79.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 49 95 82 0.48 0 0.14 0.63 163.04 0.32 0.28
Hex 31 5F 52 30 0 E 3F A3 20 1C
Octal 61 137 122 60 0 16 77 243 40 34
Binary 110001 1011111 1010010 110000 0 1110 111111 10100011 100000 11100

Color Harmonies of #315F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F52

Black with #315F52

Text Example


Text Example

White with #315F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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