#2A234F

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

Shades of Paua #2A234F

Tints of Paua #2A234F

Color information

#2A234F (or 0x2A234F) is unknown color: approx Paua. HEX triplet: 2A, 23 and 4F. RGB value is (42,35,79). Sum of RGB (Red+Green+Blue) = 42+35+79=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A234F is #D5DCB0. Grayscale: #292929. Windows color (decimal): -14015665 or 5186346. OLE color: 5186346.

HSL color Cylindrical-coordinate representation of color #2A234F: hue angle of 249.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A234F is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB423579-
CMYK0.470.5600.69
HSL249.55º38.6%22.35%-
HSV(B)249.55º55.7%30.98%-
XYZ2.972.267.68-
YUV42.11148.82127.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=26.92%
G=22.44%
B=50.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4235790.470.5600.69249.5538.622.35
Hex2A234F2F38045fa2716
Octal5243117577001053724726
Binary1010101000111001111101111111000010001011111101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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