#2B3572

Color #2B3572 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #2B3572

Tints of Torea Bay #2B3572

Color information

#2B3572 (or 0x2B3572) is unknown color: approx Torea Bay. HEX triplet: 2B, 35 and 72. RGB value is (43,53,114). Sum of RGB (Red+Green+Blue) = 43+53+114=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B3572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3572 is #D4CA8D. Grayscale: #383838. Windows color (decimal): -13945486 or 7484715. OLE color: 7484715.

HSL color Cylindrical-coordinate representation of color #2B3572: hue angle of 231.55º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3572 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4353114-
CMYK0.620.5400.55
HSL231.55º45.22%30.78%-
HSV(B)231.55º62.28%44.71%-
XYZ5.314.2716.46-
YUV56.96160.19118.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=20.48%
G=25.24%
B=54.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43531140.620.5400.55231.5545.2230.78
Hex2B35723E36037e82d1f
Octal536516276660673505537
Binary101011110101111001011111011011001101111110100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,114); }

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

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

 a { background-color: rgb(43,53,114); }

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

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

 span { border-color: rgb(43,53,114); }

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