Html Css Color HEX #31507B St Tropaz

📋 copy color: '#31507B'

red 49 ◦ green 80 ◦ blue 123

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

Shades of St Tropaz #31507B

Tints of St Tropaz #31507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 123 (48.44% from 255) = 48.81%

R = 19.44%
G = 31.75%
B = 48.81%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31507B (or 0x31507B) is known color: St Tropaz. HEX triplet: 31, 50 and 7B. RGB value is (49,80,123). Sum of RGB (Red+Green+Blue) = 49+80+123=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #31507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31507B is #CEAF84. Grayscale: #4B4B4B. Windows color (decimal): -13545349 or 8081457. OLE color: 8081457.

HSL color Cylindrical-coordinate representation of color #31507B: hue angle of 214.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31507B is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 80 123 -
CMYK 0.60 0.35 0 0.52
HSL 214.86º 0.43% 0.34% -
HSV(B) 214.86º 0.6% 0.48% -
XYZ 7.71 7.82 19.84 -
YUV 75.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 49 80 123 0.60 0.35 0 0.52 214.86 0.43 0.34
Hex 31 50 7B 3C 23 0 34 D7 2B 22
Octal 61 120 173 74 43 0 64 327 53 42
Binary 110001 1010000 1111011 111100 100011 0 110100 11010111 101011 100010

Color Harmonies of #31507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31507B

Black with #31507B

Text Example


Text Example

White with #31507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31507B; }

 p { color: rgb(49,80,123); }

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

background-color css

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

 a { background-color: rgb(49,80,123); }

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

border-color css

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

 span { border-color: rgb(49,80,123); }

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