#2B5083

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

Shades of St Tropaz #2B5083

Tints of St Tropaz #2B5083

Color information

#2B5083 (or 0x2B5083) is unknown color: approx St Tropaz. HEX triplet: 2B, 50 and 83. RGB value is (43,80,131). Sum of RGB (Red+Green+Blue) = 43+80+131=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B5083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5083 is #D4AF7C. Grayscale: #4A4A4A. Windows color (decimal): -13938557 or 8605739. OLE color: 8605739.

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

Color convert

RGB4380131-
CMYK0.670.3900.49
HSL214.77º50.57%34.12%-
HSV(B)214.77º67.18%51.37%-
XYZ7.967.8922.58-
YUV74.75159.74105.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=16.93%
G=31.50%
B=51.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43801310.670.3900.49214.7750.5734.12
Hex2B50834327031d73322
Octal53120203103470613276342
Binary1010111010000100000111000011100111011000111010111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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