#30577E

Color #30577E St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #30577E

Tints of St Tropaz #30577E

Color information

#30577E (or 0x30577E) is unknown color: approx St Tropaz. HEX triplet: 30, 57 and 7E. RGB value is (48,87,126). Sum of RGB (Red+Green+Blue) = 48+87+126=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #30577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30577E is #CFA881. Grayscale: #4F4F4F. Windows color (decimal): -13609090 or 8279856. OLE color: 8279856.

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

Color convert

RGB4887126-
CMYK0.620.3100.51
HSL210º44.83%34.12%-
HSV(B)210º61.9%49.41%-
XYZ8.398.9521.02-
YUV79.78154.08105.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=18.39%
G=33.33%
B=48.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48871260.620.3100.5121044.8334.12
Hex30577E3E1F033d22d22
Octal6012717676370633225542
Binary1100001010111111111011111011111011001111010010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30577E;
 }
 .AnyTagClassName
 {
   color: #30577E;
 }
</style>
background-color css

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

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

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

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

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

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