Html Css Color HEX #30537E St Tropaz

📋 copy color: '#30537E'

red 48 ◦ green 83 ◦ blue 126

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

Shades of St Tropaz #30537E

Tints of St Tropaz #30537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 18.68%
G = 32.3%
B = 49.03%

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

#30537E (or 0x30537E) is known color: St Tropaz. HEX triplet: 30, 53 and 7E. RGB value is (48,83,126). Sum of RGB (Red+Green+Blue) = 48+83+126=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #30537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30537E is #CFAC81. Grayscale: #4D4D4D. Windows color (decimal): -13610114 or 8278832. OLE color: 8278832.

HSL color Cylindrical-coordinate representation of color #30537E: hue angle of 213.08º 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 #30537E is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 83 126 -
CMYK 0.62 0.34 0 0.51
HSL 213.08º 0.45% 0.34% -
HSV(B) 213.08º 0.62% 0.49% -
XYZ 8.08 8.32 20.92 -
YUV 77.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 48 83 126 0.62 0.34 0 0.51 213.08 0.45 0.34
Hex 30 53 7E 3E 22 0 33 D5 2D 22
Octal 60 123 176 76 42 0 63 325 55 42
Binary 110000 1010011 1111110 111110 100010 0 110011 11010101 101101 100010

Color Harmonies of #30537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30537E

Black with #30537E

Text Example


Text Example

White with #30537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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