Html Css Color HEX #315EAC Mariner

📋 copy color: '#315EAC'

red 49 ◦ green 94 ◦ blue 172

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

Shades of Mariner #315EAC

Tints of Mariner #315EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 15.56%
G = 29.84%
B = 54.6%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#315EAC (or 0x315EAC) is known color: Mariner. HEX triplet: 31, 5E and AC. RGB value is (49,94,172). Sum of RGB (Red+Green+Blue) = 49+94+172=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #315EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315EAC is #CEA153. Grayscale: #595959. Windows color (decimal): -13541716 or 11296305. OLE color: 11296305.

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

Color convert

RGB 49 94 172 -
CMYK 0.72 0.45 0 0.33
HSL 218.05º 0.56% 0.43% -
HSV(B) 218.05º 0.72% 0.67% -
XYZ 12.72 11.64 40.61 -
YUV 89.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 49 94 172 0.72 0.45 0 0.33 218.05 0.56 0.43
Hex 31 5E AC 48 2D 0 21 DA 38 2B
Octal 61 136 254 110 55 0 41 332 70 53
Binary 110001 1011110 10101100 1001000 101101 0 100001 11011010 111000 101011

Color Harmonies of #315EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EAC

Black with #315EAC

Text Example


Text Example

White with #315EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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