#232456

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

Shades of Paua #232456

Tints of Paua #232456

Color information

#232456 (or 0x232456) is unknown color: approx Paua. HEX triplet: 23, 24 and 56. RGB value is (35,36,86). Sum of RGB (Red+Green+Blue) = 35+36+86=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #232456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232456 is #DCDBA9. Grayscale: #292929. Windows color (decimal): -14474154 or 5645347. OLE color: 5645347.

HSL color Cylindrical-coordinate representation of color #232456: hue angle of 238.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232456 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB353686-
CMYK0.590.5800.66
HSL238.82º42.15%23.73%-
HSV(B)238.82º59.3%33.73%-
XYZ32.299.09-
YUV41.4153.17123.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=22.29%
G=22.93%
B=54.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3536860.590.5800.66238.8242.1523.73
Hex2324563B3A042ef2a18
Octal4344126737201023575230
Binary1000111001001010110111011111010010000101110111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232456; }

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

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

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

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

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

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

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

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