Html Css Color HEX #315BA4 Mariner

📋 copy color: '#315BA4'

red 49 ◦ green 91 ◦ blue 164

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

Shades of Mariner #315BA4

Tints of Mariner #315BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.95%

R = 16.12%
G = 29.93%
B = 53.95%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#315BA4 (or 0x315BA4) is known color: Mariner. HEX triplet: 31, 5B and A4. RGB value is (49,91,164). Sum of RGB (Red+Green+Blue) = 49+91+164=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #315BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BA4 is #CEA45B. Grayscale: #565656. Windows color (decimal): -13542492 or 10771249. OLE color: 10771249.

HSL color Cylindrical-coordinate representation of color #315BA4: hue angle of 218.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315BA4 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 91 164 -
CMYK 0.70 0.45 0 0.36
HSL 218.09º 0.54% 0.42% -
HSV(B) 218.09º 0.7% 0.64% -
XYZ 11.71 10.82 36.59 -
YUV 86.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 49 91 164 0.70 0.45 0 0.36 218.09 0.54 0.42
Hex 31 5B A4 46 2D 0 24 DA 36 2A
Octal 61 133 244 106 55 0 44 332 66 52
Binary 110001 1011011 10100100 1000110 101101 0 100100 11011010 110110 101010

Color Harmonies of #315BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BA4

Black with #315BA4

Text Example


Text Example

White with #315BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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