Html Css Color HEX #315EAD Mariner

📋 copy color: '#315EAD'

red 49 ◦ green 94 ◦ blue 173

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

Shades of Mariner #315EAD

Tints of Mariner #315EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 15.51%
G = 29.75%
B = 54.75%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#315EAD (or 0x315EAD) is known color: Mariner. HEX triplet: 31, 5E and AD. RGB value is (49,94,173). Sum of RGB (Red+Green+Blue) = 49+94+173=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #315EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315EAD is #CEA152. Grayscale: #595959. Windows color (decimal): -13541715 or 11361841. OLE color: 11361841.

HSL color Cylindrical-coordinate representation of color #315EAD: hue angle of 218.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315EAD is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 94 173 -
CMYK 0.72 0.46 0 0.32
HSL 218.23º 0.56% 0.44% -
HSV(B) 218.23º 0.72% 0.68% -
XYZ 12.81 11.68 41.11 -
YUV 89.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 49 94 173 0.72 0.46 0 0.32 218.23 0.56 0.44
Hex 31 5E AD 48 2E 0 20 DA 38 2C
Octal 61 136 255 110 56 0 40 332 70 54
Binary 110001 1011110 10101101 1001000 101110 0 100000 11011010 111000 101100

Color Harmonies of #315EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EAD

Black with #315EAD

Text Example


Text Example

White with #315EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,94,173); }

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

background-color css

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

 a { background-color: rgb(49,94,173); }

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

border-color css

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

 span { border-color: rgb(49,94,173); }

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