Html Css Color HEX #315F9F Mariner

📋 copy color: '#315F9F'

red 49 ◦ green 95 ◦ blue 159

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

Shades of Mariner #315F9F

Tints of Mariner #315F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 16.17%
G = 31.35%
B = 52.48%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#315F9F (or 0x315F9F) is known color: Mariner. HEX triplet: 31, 5F and 9F. RGB value is (49,95,159). Sum of RGB (Red+Green+Blue) = 49+95+159=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #315F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F9F is #CEA060. Grayscale: #585858. Windows color (decimal): -13541473 or 10444593. OLE color: 10444593.

HSL color Cylindrical-coordinate representation of color #315F9F: hue angle of 214.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #315F9F is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 95 159 -
CMYK 0.69 0.40 0 0.38
HSL 214.91º 0.53% 0.41% -
HSV(B) 214.91º 0.69% 0.62% -
XYZ 11.62 11.34 34.38 -
YUV 88.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 49 95 159 0.69 0.40 0 0.38 214.91 0.53 0.41
Hex 31 5F 9F 45 28 0 26 D7 35 29
Octal 61 137 237 105 50 0 46 327 65 51
Binary 110001 1011111 10011111 1000101 101000 0 100110 11010111 110101 101001

Color Harmonies of #315F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F9F

Black with #315F9F

Text Example


Text Example

White with #315F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,159); }

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

background-color css

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

 a { background-color: rgb(49,95,159); }

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

border-color css

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

 span { border-color: rgb(49,95,159); }

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