#2B3175

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

Shades of Torea Bay #2B3175

Tints of Torea Bay #2B3175

Color information

#2B3175 (or 0x2B3175) is unknown color: approx Torea Bay. HEX triplet: 2B, 31 and 75. RGB value is (43,49,117). Sum of RGB (Red+Green+Blue) = 43+49+117=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B3175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3175 is #D4CE8A. Grayscale: #363636. Windows color (decimal): -13946507 or 7680299. OLE color: 7680299.

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

Color convert

RGB4349117-
CMYK0.630.5800.54
HSL235.14º46.25%31.37%-
HSV(B)235.14º63.25%45.88%-
XYZ5.313.9917.32-
YUV54.96163.01119.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=20.57%
G=23.44%
B=55.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43491170.630.5800.54235.1446.2531.37
Hex2B31753F3A036eb2e1f
Octal536116577720663535637
Binary101011110001111010111111111101001101101110101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,117); }

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

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

 a { background-color: rgb(43,49,117); }

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

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

 span { border-color: rgb(43,49,117); }

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