#2b2f84

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

Shades of Torea Bay #2B2F84

Tints of Torea Bay #2B2F84

Color information

#2B2F84 (or 0x2B2F84) is unknown color: approx Torea Bay. HEX triplet: 2B, 2F and 84. RGB value is (43,47,132). Sum of RGB (Red+Green+Blue) = 43+47+132=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B2F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2F84 is #D4D07B. Grayscale: #373737. Windows color (decimal): -13947004 or 8662827. OLE color: 8662827.

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

Color convert

RGB4347132-
CMYK0.670.6400.48
HSL237.3º50.86%34.31%-
HSV(B)237.3º67.42%51.76%-
XYZ6.184.2122.32-
YUV55.49171.17119.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=19.37%
G=21.17%
B=59.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43471320.670.6400.48237.350.8634.31
Hex2B2F844340030ed3322
Octal53572041031000603556342
Binary1010111011111000010010000111000000011000011101101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b2f84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,47,132); }

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

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

 a { background-color: rgb(43,47,132); }

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

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

 span { border-color: rgb(43,47,132); }

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