#2B244A

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

Shades of Paua #2B244A

Tints of Paua #2B244A

Color information

#2B244A (or 0x2B244A) is unknown color: approx Paua. HEX triplet: 2B, 24 and 4A. RGB value is (43,36,74). Sum of RGB (Red+Green+Blue) = 43+36+74=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B244A is #D4DBB5. Grayscale: #2A2A2A. Windows color (decimal): -13949878 or 4858923. OLE color: 4858923.

HSL color Cylindrical-coordinate representation of color #2B244A: hue angle of 251.05º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B244A is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB433674-
CMYK0.420.5100.71
HSL251.05º34.55%21.57%-
HSV(B)251.05º51.35%29.02%-
XYZ2.862.276.77-
YUV42.42145.82128.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 74 (29.30% from 255) = 48.37%
R=28.10%
G=23.53%
B=48.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4336740.420.5100.71251.0534.5521.57
Hex2B244A2A33047fb2316
Octal5344112526301073734326
Binary1010111001001001010101010110011010001111111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,74); }

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

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

 a { background-color: rgb(43,36,74); }

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

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

 span { border-color: rgb(43,36,74); }

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