#2b2982

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

Shades of Torea Bay #2B2982

Tints of Torea Bay #2B2982

Color information

#2B2982 (or 0x2B2982) is unknown color: approx Torea Bay. HEX triplet: 2B, 29 and 82. RGB value is (43,41,130). Sum of RGB (Red+Green+Blue) = 43+41+130=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B2982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2982 is #D4D67D. Grayscale: #333333. Windows color (decimal): -13948542 or 8530219. OLE color: 8530219.

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

Color convert

RGB4341130-
CMYK0.670.6800.49
HSL241.35º52.05%33.53%-
HSV(B)241.35º68.46%50.98%-
XYZ5.823.7121.53-
YUV51.74172.16121.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 130 (51.17% from 255) = 60.75%
R=20.09%
G=19.16%
B=60.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43411300.670.6800.49241.3552.0533.53
Hex2B29824344031f13422
Octal53512021031040613616442
Binary1010111010011000001010000111000100011000111110001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b2982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,130); }

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

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

 a { background-color: rgb(43,41,130); }

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

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

 span { border-color: rgb(43,41,130); }

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