#232146

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

Shades of Paua #232146

Tints of Paua #232146

Color information

#232146 (or 0x232146) is unknown color: approx Paua. HEX triplet: 23, 21 and 46. RGB value is (35,33,70). Sum of RGB (Red+Green+Blue) = 35+33+70=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #232146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232146 is #DCDEB9. Grayscale: #252525. Windows color (decimal): -14474938 or 4596003. OLE color: 4596003.

HSL color Cylindrical-coordinate representation of color #232146: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232146 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB353370-
CMYK0.50.5300.73
HSL243.24º35.92%20.2%-
HSV(B)243.24º52.86%27.45%-
XYZ2.341.896.04-
YUV37.82146.16125.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=25.36%
G=23.91%
B=50.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3533700.50.5300.73243.2435.9220.2
Hex2321463235049f32414
Octal4341106626501113634424
Binary1000111000011000110110010110101010010011111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232146; }

 p { color: rgb(35,33,70); }

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

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

 a { background-color: rgb(35,33,70); }

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

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

 span { border-color: rgb(35,33,70); }

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