Html Css Color HEX #315A9C Mariner

📋 copy color: '#315A9C'

red 49 ◦ green 90 ◦ blue 156

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

Shades of Mariner #315A9C

Tints of Mariner #315A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 16.61%
G = 30.51%
B = 52.88%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#315A9C (or 0x315A9C) is known color: Mariner. HEX triplet: 31, 5A and 9C. RGB value is (49,90,156). Sum of RGB (Red+Green+Blue) = 49+90+156=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #315A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A9C is #CEA563. Grayscale: #545454. Windows color (decimal): -13542756 or 10246705. OLE color: 10246705.

HSL color Cylindrical-coordinate representation of color #315A9C: hue angle of 217.01º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #315A9C is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 90 156 -
CMYK 0.69 0.42 0 0.39
HSL 217.01º 0.52% 0.4% -
HSV(B) 217.01º 0.69% 0.61% -
XYZ 10.92 10.37 32.88 -
YUV 85.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 49 90 156 0.69 0.42 0 0.39 217.01 0.52 0.4
Hex 31 5A 9C 45 2A 0 27 D9 34 28
Octal 61 132 234 105 52 0 47 331 64 50
Binary 110001 1011010 10011100 1000101 101010 0 100111 11011001 110100 101000

Color Harmonies of #315A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A9C

Black with #315A9C

Text Example


Text Example

White with #315A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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