#2B3472

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

Shades of Torea Bay #2B3472

Tints of Torea Bay #2B3472

Color information

#2B3472 (or 0x2B3472) is unknown color: approx Torea Bay. HEX triplet: 2B, 34 and 72. RGB value is (43,52,114). Sum of RGB (Red+Green+Blue) = 43+52+114=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3472 is #D4CB8D. Grayscale: #383838. Windows color (decimal): -13945742 or 7484459. OLE color: 7484459.

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

Color convert

RGB4352114-
CMYK0.620.5400.55
HSL232.39º45.22%30.78%-
HSV(B)232.39º62.28%44.71%-
XYZ5.264.1816.45-
YUV56.38160.52118.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=20.57%
G=24.88%
B=54.55%

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
Decimal43521140.620.5400.55232.3945.2230.78
Hex2B34723E36037e82d1f
Octal536416276660673505537
Binary101011110100111001011111011011001101111110100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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