#232147

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

Shades of Paua #232147

Tints of Paua #232147

Color information

#232147 (or 0x232147) is unknown color: approx Paua. HEX triplet: 23, 21 and 47. RGB value is (35,33,71). Sum of RGB (Red+Green+Blue) = 35+33+71=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #232147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232147 is #DCDEB8. Grayscale: #252525. Windows color (decimal): -14474937 or 4661539. OLE color: 4661539.

HSL color Cylindrical-coordinate representation of color #232147: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #232147 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB353371-
CMYK0.510.5400.72
HSL243.16º36.54%20.39%-
HSV(B)243.16º53.52%27.84%-
XYZ2.371.96.2-
YUV37.93146.66125.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 71 (28.12% from 255) = 51.08%
R=25.18%
G=23.74%
B=51.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3533710.510.5400.72243.1636.5420.39
Hex2321473336048f32514
Octal4341107636601103634524
Binary1000111000011000111110011110110010010001111001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232147; }

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

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

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

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

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

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

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

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