Html Css Color HEX #315D9C Mariner

📋 copy color: '#315D9C'

red 49 ◦ green 93 ◦ blue 156

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

Shades of Mariner #315D9C

Tints of Mariner #315D9C

RGB

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

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

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

R = 16.44%
G = 31.21%
B = 52.35%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#315D9C (or 0x315D9C) is known color: Mariner. HEX triplet: 31, 5D and 9C. RGB value is (49,93,156). Sum of RGB (Red+Green+Blue) = 49+93+156=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #315D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D9C is #CEA263. Grayscale: #565656. Windows color (decimal): -13541988 or 10247473. OLE color: 10247473.

HSL color Cylindrical-coordinate representation of color #315D9C: hue angle of 215.33º 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 #315D9C is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 93 156 -
CMYK 0.69 0.40 0 0.39
HSL 215.33º 0.52% 0.4% -
HSV(B) 215.33º 0.69% 0.61% -
XYZ 11.18 10.88 32.96 -
YUV 87.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 49 93 156 0.69 0.40 0 0.39 215.33 0.52 0.4
Hex 31 5D 9C 45 28 0 27 D7 34 28
Octal 61 135 234 105 50 0 47 327 64 50
Binary 110001 1011101 10011100 1000101 101000 0 100111 11010111 110100 101000

Color Harmonies of #315D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D9C

Black with #315D9C

Text Example


Text Example

White with #315D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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