Html Css Color HEX #316455 Spectra

📋 copy color: '#316455'

red 49 ◦ green 100 ◦ blue 85

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

Shades of Spectra #316455

Tints of Spectra #316455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 20.94%
G = 42.74%
B = 36.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#316455 (or 0x316455) is known color: Spectra. HEX triplet: 31, 64 and 55. RGB value is (49,100,85). Sum of RGB (Red+Green+Blue) = 49+100+85=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #316455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316455 is #CE9BAA. Grayscale: #535353. Windows color (decimal): -13540267 or 5596209. OLE color: 5596209.

HSL color Cylindrical-coordinate representation of color #316455: hue angle of 162.35º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316455 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 85 -
CMYK 0.51 0 0.15 0.61
HSL 162.35º 0.34% 0.29% -
HSV(B) 162.35º 0.51% 0.39% -
XYZ 7.46 10.42 10.21 -
YUV 83.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 49 100 85 0.51 0 0.15 0.61 162.35 0.34 0.29
Hex 31 64 55 33 0 F 3D A2 22 1D
Octal 61 144 125 63 0 17 75 242 42 35
Binary 110001 1100100 1010101 110011 0 1111 111101 10100010 100010 11101

Color Harmonies of #316455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316455

Black with #316455

Text Example


Text Example

White with #316455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316455; }

 p { color: rgb(49,100,85); }

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

background-color css

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

 a { background-color: rgb(49,100,85); }

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

border-color css

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

 span { border-color: rgb(49,100,85); }

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