#275082

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

Shades of St Tropaz #275082

Tints of St Tropaz #275082

Color information

#275082 (or 0x275082) is unknown color: approx St Tropaz. HEX triplet: 27, 50 and 82. RGB value is (39,80,130). Sum of RGB (Red+Green+Blue) = 39+80+130=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #275082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275082 is #D8AF7D. Grayscale: #494949. Windows color (decimal): -14200702 or 8540199. OLE color: 8540199.

HSL color Cylindrical-coordinate representation of color #275082: hue angle of 212.97º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275082 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3980130-
CMYK0.700.3800.49
HSL212.97º53.85%33.14%-
HSV(B)212.97º70%50.98%-
XYZ7.737.7822.21-
YUV73.44159.92103.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=15.66%
G=32.13%
B=52.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39801300.700.3800.49212.9753.8533.14
Hex2750824626031d53621
Octal47120202106460613256641
Binary1001111010000100000101000110100110011000111010101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275082; }

 p { color: rgb(39,80,130); }

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

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

 a { background-color: rgb(39,80,130); }

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

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

 span { border-color: rgb(39,80,130); }

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