Html Css Color HEX #315384 St Tropaz

📋 copy color: '#315384'

red 49 ◦ green 83 ◦ blue 132

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

Shades of St Tropaz #315384

Tints of St Tropaz #315384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 132 (51.95% from 255) = 50%

R = 18.56%
G = 31.44%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#315384 (or 0x315384) is known color: St Tropaz. HEX triplet: 31, 53 and 84. RGB value is (49,83,132). Sum of RGB (Red+Green+Blue) = 49+83+132=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #315384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315384 is #CEAC7B. Grayscale: #4E4E4E. Windows color (decimal): -13544572 or 8672049. OLE color: 8672049.

HSL color Cylindrical-coordinate representation of color #315384: hue angle of 215.42º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315384 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 83 132 -
CMYK 0.63 0.37 0 0.48
HSL 215.42º 0.46% 0.35% -
HSV(B) 215.42º 0.63% 0.52% -
XYZ 8.52 8.51 23.02 -
YUV 78.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 49 83 132 0.63 0.37 0 0.48 215.42 0.46 0.35
Hex 31 53 84 3F 25 0 30 D7 2E 23
Octal 61 123 204 77 45 0 60 327 56 43
Binary 110001 1010011 10000100 111111 100101 0 110000 11010111 101110 100011

Color Harmonies of #315384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315384

Black with #315384

Text Example


Text Example

White with #315384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315384; }

 p { color: rgb(49,83,132); }

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

background-color css

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

 a { background-color: rgb(49,83,132); }

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

border-color css

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

 span { border-color: rgb(49,83,132); }

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