#275083

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

Shades of St Tropaz #275083

Tints of St Tropaz #275083

Color information

#275083 (or 0x275083) is unknown color: approx St Tropaz. HEX triplet: 27, 50 and 83. RGB value is (39,80,131). Sum of RGB (Red+Green+Blue) = 39+80+131=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #275083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275083 is #D8AF7C. Grayscale: #494949. Windows color (decimal): -14200701 or 8605735. OLE color: 8605735.

HSL color Cylindrical-coordinate representation of color #275083: hue angle of 213.26º 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 #275083 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3980131-
CMYK0.700.3900.49
HSL213.26º54.12%33.33%-
HSV(B)213.26º70.23%51.37%-
XYZ7.87.8122.57-
YUV73.55160.42103.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=15.6%
G=32%
B=52.4%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39801310.700.3900.49213.2654.1233.33
Hex2750834627031d53621
Octal47120203106470613256641
Binary1001111010000100000111000110100111011000111010101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275083; }

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

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

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

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

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

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

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

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