Html Css Color HEX #315888 St Tropaz

📋 copy color: '#315888'

red 49 ◦ green 88 ◦ blue 136

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

Shades of St Tropaz #315888

Tints of St Tropaz #315888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 17.95%
G = 32.23%
B = 49.82%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315888 (or 0x315888) is known color: St Tropaz. HEX triplet: 31, 58 and 88. RGB value is (49,88,136). Sum of RGB (Red+Green+Blue) = 49+88+136=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #315888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315888 is #CEA777. Grayscale: #515151. Windows color (decimal): -13543288 or 8935473. OLE color: 8935473.

HSL color Cylindrical-coordinate representation of color #315888: hue angle of 213.1º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315888 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 88 136 -
CMYK 0.64 0.35 0 0.47
HSL 213.1º 0.47% 0.36% -
HSV(B) 213.1º 0.64% 0.53% -
XYZ 9.2 9.41 24.62 -
YUV 81.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 49 88 136 0.64 0.35 0 0.47 213.1 0.47 0.36
Hex 31 58 88 40 23 0 2F D5 2F 24
Octal 61 130 210 100 43 0 57 325 57 44
Binary 110001 1011000 10001000 1000000 100011 0 101111 11010101 101111 100100

Color Harmonies of #315888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315888

Black with #315888

Text Example


Text Example

White with #315888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315888; }

 p { color: rgb(49,88,136); }

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

background-color css

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

 a { background-color: rgb(49,88,136); }

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

border-color css

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

 span { border-color: rgb(49,88,136); }

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