#2A234C

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

Shades of Paua #2A234C

Tints of Paua #2A234C

Color information

#2A234C (or 0x2A234C) is unknown color: approx Paua. HEX triplet: 2A, 23 and 4C. RGB value is (42,35,76). Sum of RGB (Red+Green+Blue) = 42+35+76=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A234C is #D5DCB3. Grayscale: #292929. Windows color (decimal): -14015668 or 4989738. OLE color: 4989738.

HSL color Cylindrical-coordinate representation of color #2A234C: hue angle of 250.24º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A234C is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB423576-
CMYK0.450.5400.70
HSL250.24º36.94%21.76%-
HSV(B)250.24º53.95%29.8%-
XYZ2.862.227.11-
YUV41.77147.32128.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=27.45%
G=22.88%
B=49.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4235760.450.5400.70250.2436.9421.76
Hex2A234C2D36046fa2516
Octal5243114556601063724526
Binary1010101000111001100101101110110010001101111101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,35,76); }

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

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

 a { background-color: rgb(42,35,76); }

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

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

 span { border-color: rgb(42,35,76); }

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