#305584

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

Shades of St Tropaz #305584

Tints of St Tropaz #305584

Color information

#305584 (or 0x305584) is unknown color: approx St Tropaz. HEX triplet: 30, 55 and 84. RGB value is (48,85,132). Sum of RGB (Red+Green+Blue) = 48+85+132=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #305584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305584 is #CFAA7B. Grayscale: #4F4F4F. Windows color (decimal): -13609596 or 8672560. OLE color: 8672560.

HSL color Cylindrical-coordinate representation of color #305584: hue angle of 213.57º 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 #305584 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4885132-
CMYK0.640.3600.48
HSL213.57º46.67%35.29%-
HSV(B)213.57º63.64%51.76%-
XYZ8.638.7923.07-
YUV79.3157.74105.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=18.11%
G=32.08%
B=49.81%

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
Decimal48851320.640.3600.48213.5746.6735.29
Hex3055844024030d62f23
Octal60125204100440603265743
Binary1100001010101100001001000000100100011000011010110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305584; }

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

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

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

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

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

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

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

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