#2B245A

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

Shades of Paua #2B245A

Tints of Paua #2B245A

Color information

#2B245A (or 0x2B245A) is unknown color: approx Paua. HEX triplet: 2B, 24 and 5A. RGB value is (43,36,90). Sum of RGB (Red+Green+Blue) = 43+36+90=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B245A is #D4DBA5. Grayscale: #2C2C2C. Windows color (decimal): -13949862 or 5907499. OLE color: 5907499.

HSL color Cylindrical-coordinate representation of color #2B245A: hue angle of 247.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B245A is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB433690-
CMYK0.520.6000.65
HSL247.78º42.86%24.71%-
HSV(B)247.78º60%35.29%-
XYZ3.472.519.97-
YUV44.25153.82127.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 90 (35.55% from 255) = 53.25%
R=25.44%
G=21.30%
B=53.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4336900.520.6000.65247.7842.8624.71
Hex2B245A343C041f82b19
Octal5344132647401013705331
Binary1010111001001011010110100111100010000011111100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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