Html Css Color HEX #315DAB Mariner

📋 copy color: '#315DAB'

red 49 ◦ green 93 ◦ blue 171

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

Shades of Mariner #315DAB

Tints of Mariner #315DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

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

R = 15.65%
G = 29.71%
B = 54.63%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#315DAB (or 0x315DAB) is known color: Mariner. HEX triplet: 31, 5D and AB. RGB value is (49,93,171). Sum of RGB (Red+Green+Blue) = 49+93+171=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #315DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DAB is #CEA254. Grayscale: #585858. Windows color (decimal): -13541973 or 11230513. OLE color: 11230513.

HSL color Cylindrical-coordinate representation of color #315DAB: hue angle of 218.36º 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 #315DAB is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 93 171 -
CMYK 0.71 0.46 0 0.33
HSL 218.36º 0.55% 0.43% -
HSV(B) 218.36º 0.71% 0.67% -
XYZ 12.53 11.42 40.07 -
YUV 88.74 174.42 99.66 -
System Red Green Blue C M Y K H S L
Decimal 49 93 171 0.71 0.46 0 0.33 218.36 0.55 0.43
Hex 31 5D AB 47 2E 0 21 DA 37 2B
Octal 61 135 253 107 56 0 41 332 67 53
Binary 110001 1011101 10101011 1000111 101110 0 100001 11011010 110111 101011

Color Harmonies of #315DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DAB

Black with #315DAB

Text Example


Text Example

White with #315DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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