#232256

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

Shades of Paua #232256

Tints of Paua #232256

Color information

#232256 (or 0x232256) is unknown color: approx Paua. HEX triplet: 23, 22 and 56. RGB value is (35,34,86). Sum of RGB (Red+Green+Blue) = 35+34+86=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #232256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232256 is #DCDDA9. Grayscale: #282828. Windows color (decimal): -14474666 or 5644835. OLE color: 5644835.

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

Color convert

RGB353486-
CMYK0.590.6000.66
HSL241.15º43.33%23.53%-
HSV(B)241.15º60.47%33.73%-
XYZ2.942.179.07-
YUV40.23153.83124.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=22.58%
G=21.94%
B=55.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3534860.590.6000.66241.1543.3323.53
Hex2322563B3C042f12b18
Octal4342126737401023615330
Binary1000111000101010110111011111100010000101111000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232256; }

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

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

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

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

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

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

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

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