#232459

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

Shades of Paua #232459

Tints of Paua #232459

Color information

#232459 (or 0x232459) is unknown color: approx Paua. HEX triplet: 23, 24 and 59. RGB value is (35,36,89). Sum of RGB (Red+Green+Blue) = 35+36+89=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #232459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232459 is #DCDBA6. Grayscale: #292929. Windows color (decimal): -14474151 or 5841955. OLE color: 5841955.

HSL color Cylindrical-coordinate representation of color #232459: hue angle of 238.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #232459 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB353689-
CMYK0.610.6000.65
HSL238.89º43.55%24.31%-
HSV(B)238.89º60.67%34.9%-
XYZ3.132.349.74-
YUV41.74154.67123.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=21.88%
G=22.5%
B=55.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3536890.610.6000.65238.8943.5524.31
Hex2324593D3C041ef2c18
Octal4344131757401013575430
Binary1000111001001011001111101111100010000011110111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232459; }

 p { color: rgb(35,36,89); }

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

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

 a { background-color: rgb(35,36,89); }

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

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

 span { border-color: rgb(35,36,89); }

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