#2A5083

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

Shades of St Tropaz #2A5083

Tints of St Tropaz #2A5083

Color information

#2A5083 (or 0x2A5083) is unknown color: approx St Tropaz. HEX triplet: 2A, 50 and 83. RGB value is (42,80,131). Sum of RGB (Red+Green+Blue) = 42+80+131=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A5083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5083 is #D5AF7C. Grayscale: #4A4A4A. Windows color (decimal): -14004093 or 8605738. OLE color: 8605738.

HSL color Cylindrical-coordinate representation of color #2A5083: hue angle of 214.38º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A5083 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4280131-
CMYK0.680.3900.49
HSL214.38º51.45%33.92%-
HSV(B)214.38º67.94%51.37%-
XYZ7.927.8722.57-
YUV74.45159.91104.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=16.60%
G=31.62%
B=51.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42801310.680.3900.49214.3851.4533.92
Hex2A50834427031d63322
Octal52120203104470613266342
Binary1010101010000100000111000100100111011000111010110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5083; }

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

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

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

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

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

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

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

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