Html Css Color HEX #315448 Spectra

📋 copy color: '#315448'

red 49 ◦ green 84 ◦ blue 72

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

Shades of Spectra #315448

Tints of Spectra #315448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 23.9%
G = 40.98%
B = 35.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#315448 (or 0x315448) is known color: Spectra. HEX triplet: 31, 54 and 48. RGB value is (49,84,72). Sum of RGB (Red+Green+Blue) = 49+84+72=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #315448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315448 is #CEABB7. Grayscale: #484848. Windows color (decimal): -13544376 or 4740145. OLE color: 4740145.

HSL color Cylindrical-coordinate representation of color #315448: hue angle of 159.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315448 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 72 -
CMYK 0.42 0 0.14 0.67
HSL 159.43º 0.26% 0.26% -
HSV(B) 159.43º 0.42% 0.33% -
XYZ 5.61 7.46 7.28 -
YUV 72.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 49 84 72 0.42 0 0.14 0.67 159.43 0.26 0.26
Hex 31 54 48 2A 0 E 43 9F 1A 1A
Octal 61 124 110 52 0 16 103 237 32 32
Binary 110001 1010100 1001000 101010 0 1110 1000011 10011111 11010 11010

Color Harmonies of #315448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315448

Black with #315448

Text Example


Text Example

White with #315448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315448; }

 p { color: rgb(49,84,72); }

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

background-color css

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

 a { background-color: rgb(49,84,72); }

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

border-color css

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

 span { border-color: rgb(49,84,72); }

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