#305484

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

Shades of St Tropaz #305484

Tints of St Tropaz #305484

Color information

#305484 (or 0x305484) is unknown color: approx St Tropaz. HEX triplet: 30, 54 and 84. RGB value is (48,84,132). Sum of RGB (Red+Green+Blue) = 48+84+132=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 84 (33.20% from 255 or 31.82% 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 #305484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305484 is #CFAB7B. Grayscale: #4E4E4E. Windows color (decimal): -13609852 or 8672304. OLE color: 8672304.

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

Color convert

RGB4884132-
CMYK0.640.3600.48
HSL214.29º46.67%35.29%-
HSV(B)214.29º63.64%51.76%-
XYZ8.558.6323.05-
YUV78.71158.07106.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 132 (51.95% from 255) = 50%
R=18.18%
G=31.82%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48841320.640.3600.48214.2946.6735.29
Hex3054844024030d62f23
Octal60124204100440603265743
Binary1100001010100100001001000000100100011000011010110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305484; }

 p { color: rgb(48,84,132); }

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

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

 a { background-color: rgb(48,84,132); }

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

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

 span { border-color: rgb(48,84,132); }

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