Html Css Color HEX #30517F St Tropaz

📋 copy color: '#30517F'

red 48 ◦ green 81 ◦ blue 127

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

Shades of St Tropaz #30517F

Tints of St Tropaz #30517F

RGB

 RED value IS 48 (19.14% from 255) = 18.75%

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 18.75%
G = 31.64%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30517F (or 0x30517F) is known color: St Tropaz. HEX triplet: 30, 51 and 7F. RGB value is (48,81,127). Sum of RGB (Red+Green+Blue) = 48+81+127=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #30517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30517F is #CFAE80. Grayscale: #4C4C4C. Windows color (decimal): -13610625 or 8343856. OLE color: 8343856.

HSL color Cylindrical-coordinate representation of color #30517F: hue angle of 214.94º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30517F is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 81 127 -
CMYK 0.62 0.36 0 0.50
HSL 214.94º 0.45% 0.34% -
HSV(B) 214.94º 0.62% 0.5% -
XYZ 7.99 8.05 21.21 -
YUV 76.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 48 81 127 0.62 0.36 0 0.50 214.94 0.45 0.34
Hex 30 51 7F 3E 24 0 32 D7 2D 22
Octal 60 121 177 76 44 0 62 327 55 42
Binary 110000 1010001 1111111 111110 100100 0 110010 11010111 101101 100010

Color Harmonies of #30517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30517F

Black with #30517F

Text Example


Text Example

White with #30517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30517F; }

 p { color: rgb(48,81,127); }

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

background-color css

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

 a { background-color: rgb(48,81,127); }

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

border-color css

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

 span { border-color: rgb(48,81,127); }

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