Html Css Color HEX #315BAB Mariner

📋 copy color: '#315BAB'

red 49 ◦ green 91 ◦ blue 171

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

Shades of Mariner #315BAB

Tints of Mariner #315BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 15.76%
G = 29.26%
B = 54.98%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#315BAB (or 0x315BAB) is known color: Mariner. HEX triplet: 31, 5B and AB. RGB value is (49,91,171). Sum of RGB (Red+Green+Blue) = 49+91+171=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #315BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BAB is #CEA454. Grayscale: #575757. Windows color (decimal): -13542485 or 11230001. OLE color: 11230001.

HSL color Cylindrical-coordinate representation of color #315BAB: hue angle of 219.34º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315BAB is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 91 171 -
CMYK 0.71 0.47 0 0.33
HSL 219.34º 0.55% 0.43% -
HSV(B) 219.34º 0.71% 0.67% -
XYZ 12.36 11.08 40.01 -
YUV 87.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 49 91 171 0.71 0.47 0 0.33 219.34 0.55 0.43
Hex 31 5B AB 47 2F 0 21 DB 37 2B
Octal 61 133 253 107 57 0 41 333 67 53
Binary 110001 1011011 10101011 1000111 101111 0 100001 11011011 110111 101011

Color Harmonies of #315BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BAB

Black with #315BAB

Text Example


Text Example

White with #315BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,171); }

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

background-color css

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

 a { background-color: rgb(49,91,171); }

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

border-color css

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

 span { border-color: rgb(49,91,171); }

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