Html Css Color HEX #30537D St Tropaz

📋 copy color: '#30537D'

red 48 ◦ green 83 ◦ blue 125

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

Shades of St Tropaz #30537D

Tints of St Tropaz #30537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 18.75%
G = 32.42%
B = 48.83%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30537D (or 0x30537D) is known color: St Tropaz. HEX triplet: 30, 53 and 7D. RGB value is (48,83,125). Sum of RGB (Red+Green+Blue) = 48+83+125=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #30537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30537D is #CFAC82. Grayscale: #4D4D4D. Windows color (decimal): -13610115 or 8213296. OLE color: 8213296.

HSL color Cylindrical-coordinate representation of color #30537D: hue angle of 212.73º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30537D is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 83 125 -
CMYK 0.62 0.34 0 0.51
HSL 212.73º 0.45% 0.34% -
HSV(B) 212.73º 0.62% 0.49% -
XYZ 8.01 8.3 20.58 -
YUV 77.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 48 83 125 0.62 0.34 0 0.51 212.73 0.45 0.34
Hex 30 53 7D 3E 22 0 33 D5 2D 22
Octal 60 123 175 76 42 0 63 325 55 42
Binary 110000 1010011 1111101 111110 100010 0 110011 11010101 101101 100010

Color Harmonies of #30537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30537D

Black with #30537D

Text Example


Text Example

White with #30537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30537D; }

 p { color: rgb(48,83,125); }

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

background-color css

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

 a { background-color: rgb(48,83,125); }

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

border-color css

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

 span { border-color: rgb(48,83,125); }

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