#2B5284

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

Shades of St Tropaz #2B5284

Tints of St Tropaz #2B5284

Color information

#2B5284 (or 0x2B5284) is unknown color: approx St Tropaz. HEX triplet: 2B, 52 and 84. RGB value is (43,82,132). Sum of RGB (Red+Green+Blue) = 43+82+132=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B5284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5284 is #D4AD7B. Grayscale: #4B4B4B. Windows color (decimal): -13938044 or 8671787. OLE color: 8671787.

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

Color convert

RGB4382132-
CMYK0.670.3800.48
HSL213.71º50.86%34.31%-
HSV(B)213.71º67.42%51.76%-
XYZ8.188.2122.98-
YUV76.04159.58104.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=16.73%
G=31.91%
B=51.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43821320.670.3800.48213.7150.8634.31
Hex2B52844326030d63322
Octal53122204103460603266342
Binary1010111010010100001001000011100110011000011010110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,132); }

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

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

 a { background-color: rgb(43,82,132); }

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

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

 span { border-color: rgb(43,82,132); }

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