#2B507C

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

Shades of St Tropaz #2B507C

Tints of St Tropaz #2B507C

Color information

#2B507C (or 0x2B507C) is unknown color: approx St Tropaz. HEX triplet: 2B, 50 and 7C. RGB value is (43,80,124). Sum of RGB (Red+Green+Blue) = 43+80+124=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B507C is #D4AF83. Grayscale: #494949. Windows color (decimal): -13938564 or 8146987. OLE color: 8146987.

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

Color convert

RGB4380124-
CMYK0.650.3500.51
HSL212.59º48.5%32.75%-
HSV(B)212.59º65.32%48.63%-
XYZ7.57.7120.16-
YUV73.95156.24105.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=17.41%
G=32.39%
B=50.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43801240.650.3500.51212.5948.532.75
Hex2B507C4123033d53121
Octal53120174101430633256141
Binary101011101000011111001000001100011011001111010101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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