Html Css Color HEX #31568C St Tropaz

📋 copy color: '#31568C'

red 49 ◦ green 86 ◦ blue 140

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

Shades of St Tropaz #31568C

Tints of St Tropaz #31568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 17.82%
G = 31.27%
B = 50.91%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31568C (or 0x31568C) is known color: St Tropaz. HEX triplet: 31, 56 and 8C. RGB value is (49,86,140). Sum of RGB (Red+Green+Blue) = 49+86+140=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #31568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31568C is #CEA973. Grayscale: #505050. Windows color (decimal): -13543796 or 9197105. OLE color: 9197105.

HSL color Cylindrical-coordinate representation of color #31568C: hue angle of 215.6º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31568C is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 86 140 -
CMYK 0.65 0.39 0 0.45
HSL 215.6º 0.48% 0.37% -
HSV(B) 215.6º 0.65% 0.55% -
XYZ 9.33 9.2 26.1 -
YUV 81.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 49 86 140 0.65 0.39 0 0.45 215.6 0.48 0.37
Hex 31 56 8C 41 27 0 2D D8 30 25
Octal 61 126 214 101 47 0 55 330 60 45
Binary 110001 1010110 10001100 1000001 100111 0 101101 11011000 110000 100101

Color Harmonies of #31568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31568C

Black with #31568C

Text Example


Text Example

White with #31568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31568C; }

 p { color: rgb(49,86,140); }

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

background-color css

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

 a { background-color: rgb(49,86,140); }

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

border-color css

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

 span { border-color: rgb(49,86,140); }

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