#2B3272

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

Shades of Torea Bay #2B3272

Tints of Torea Bay #2B3272

Color information

#2B3272 (or 0x2B3272) is unknown color: approx Torea Bay. HEX triplet: 2B, 32 and 72. RGB value is (43,50,114). Sum of RGB (Red+Green+Blue) = 43+50+114=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3272 is #D4CD8D. Grayscale: #363636. Windows color (decimal): -13946254 or 7483947. OLE color: 7483947.

HSL color Cylindrical-coordinate representation of color #2B3272: hue angle of 234.08º 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 #2B3272 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4350114-
CMYK0.620.5600.55
HSL234.08º45.22%30.78%-
HSV(B)234.08º62.28%44.71%-
XYZ5.174.0116.42-
YUV55.2161.18119.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=20.77%
G=24.15%
B=55.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43501140.620.5600.55234.0845.2230.78
Hex2B32723E38037ea2d1f
Octal536216276700673525537
Binary101011110010111001011111011100001101111110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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