Html Css Color HEX #315D9B Mariner

📋 copy color: '#315D9B'

red 49 ◦ green 93 ◦ blue 155

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

Shades of Mariner #315D9B

Tints of Mariner #315D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 16.5%
G = 31.31%
B = 52.19%

CMYK

 C value IS 0.68

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#315D9B (or 0x315D9B) is known color: Mariner. HEX triplet: 31, 5D and 9B. RGB value is (49,93,155). Sum of RGB (Red+Green+Blue) = 49+93+155=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #315D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D9B is #CEA264. Grayscale: #565656. Windows color (decimal): -13541989 or 10181937. OLE color: 10181937.

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

Color convert

RGB 49 93 155 -
CMYK 0.68 0.4 0 0.39
HSL 215.09º 0.52% 0.4% -
HSV(B) 215.09º 0.68% 0.61% -
XYZ 11.1 10.85 32.52 -
YUV 86.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 49 93 155 0.68 0.4 0 0.39 215.09 0.52 0.4
Hex 31 5D 9B 44 28 0 27 D7 34 28
Octal 61 135 233 104 50 0 47 327 64 50
Binary 110001 1011101 10011011 1000100 101000 0 100111 11010111 110100 101000

Color Harmonies of #315D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D9B

Black with #315D9B

Text Example


Text Example

White with #315D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,155); }

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

background-color css

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

 a { background-color: rgb(49,93,155); }

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

border-color css

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

 span { border-color: rgb(49,93,155); }

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