#2B2E85

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

Shades of Torea Bay #2B2E85

Tints of Torea Bay #2B2E85

Color information

#2B2E85 (or 0x2B2E85) is unknown color: approx Torea Bay. HEX triplet: 2B, 2E and 85. RGB value is (43,46,133). Sum of RGB (Red+Green+Blue) = 43+46+133=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B2E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2E85 is #D4D17A. Grayscale: #363636. Windows color (decimal): -13947259 or 8728107. OLE color: 8728107.

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

Color convert

RGB4346133-
CMYK0.680.6500.48
HSL238º51.14%34.51%-
HSV(B)238º67.67%52.16%-
XYZ6.214.1622.67-
YUV55.02172.01119.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=19.37%
G=20.72%
B=59.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43461330.680.6500.4823851.1434.51
Hex2B2E854441030ee3323
Octal53562051041010603566343
Binary1010111011101000010110001001000001011000011101110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,133); }

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

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

 a { background-color: rgb(43,46,133); }

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

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

 span { border-color: rgb(43,46,133); }

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