Html Css Color HEX #315CAB Mariner

📋 copy color: '#315CAB'

red 49 ◦ green 92 ◦ blue 171

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

Shades of Mariner #315CAB

Tints of Mariner #315CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 15.71%
G = 29.49%
B = 54.81%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#315CAB (or 0x315CAB) is known color: Mariner. HEX triplet: 31, 5C and AB. RGB value is (49,92,171). Sum of RGB (Red+Green+Blue) = 49+92+171=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #315CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315CAB is #CEA354. Grayscale: #575757. Windows color (decimal): -13542229 or 11230257. OLE color: 11230257.

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

Color convert

RGB 49 92 171 -
CMYK 0.71 0.46 0 0.33
HSL 218.85º 0.55% 0.43% -
HSV(B) 218.85º 0.71% 0.67% -
XYZ 12.44 11.25 40.04 -
YUV 88.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 49 92 171 0.71 0.46 0 0.33 218.85 0.55 0.43
Hex 31 5C AB 47 2E 0 21 DB 37 2B
Octal 61 134 253 107 56 0 41 333 67 53
Binary 110001 1011100 10101011 1000111 101110 0 100001 11011011 110111 101011

Color Harmonies of #315CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CAB

Black with #315CAB

Text Example


Text Example

White with #315CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,92,171); }

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

background-color css

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

 a { background-color: rgb(49,92,171); }

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

border-color css

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

 span { border-color: rgb(49,92,171); }

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