Html Css Color HEX #315AAA Mariner

📋 copy color: '#315AAA'

red 49 ◦ green 90 ◦ blue 170

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

Shades of Mariner #315AAA

Tints of Mariner #315AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 15.86%
G = 29.13%
B = 55.02%

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

#315AAA (or 0x315AAA) is known color: Mariner. HEX triplet: 31, 5A and AA. RGB value is (49,90,170). Sum of RGB (Red+Green+Blue) = 49+90+170=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #315AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AAA is #CEA555. Grayscale: #565656. Windows color (decimal): -13542742 or 11164209. OLE color: 11164209.

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

Color convert

RGB 49 90 170 -
CMYK 0.71 0.47 0 0.33
HSL 219.67º 0.55% 0.43% -
HSV(B) 219.67º 0.71% 0.67% -
XYZ 12.18 10.87 39.49 -
YUV 86.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 49 90 170 0.71 0.47 0 0.33 219.67 0.55 0.43
Hex 31 5A AA 47 2F 0 21 DC 37 2B
Octal 61 132 252 107 57 0 41 334 67 53
Binary 110001 1011010 10101010 1000111 101111 0 100001 11011100 110111 101011

Color Harmonies of #315AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AAA

Black with #315AAA

Text Example


Text Example

White with #315AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,170); }

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

background-color css

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

 a { background-color: rgb(49,90,170); }

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

border-color css

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

 span { border-color: rgb(49,90,170); }

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