#2B2E7D

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

Shades of Torea Bay #2B2E7D

Tints of Torea Bay #2B2E7D

Color information

#2B2E7D (or 0x2B2E7D) is unknown color: approx Torea Bay. HEX triplet: 2B, 2E and 7D. RGB value is (43,46,125). Sum of RGB (Red+Green+Blue) = 43+46+125=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B2E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E7D is #D4D182. Grayscale: #353535. Windows color (decimal): -13947267 or 8203819. OLE color: 8203819.

HSL color Cylindrical-coordinate representation of color #2B2E7D: hue angle of 237.8º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2E7D is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4346125-
CMYK0.660.6300.51
HSL237.8º48.81%32.94%-
HSV(B)237.8º65.6%49.02%-
XYZ5.673.9519.87-
YUV54.11168.01120.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=20.09%
G=21.50%
B=58.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43461250.660.6300.51237.848.8132.94
Hex2B2E7D423F033ee3121
Octal5356175102770633566141
Binary10101110111011111011000010111111011001111101110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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