#23215C

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

Shades of Paua #23215C

Tints of Paua #23215C

Color information

#23215C (or 0x23215C) is unknown color: approx Paua. HEX triplet: 23, 21 and 5C. RGB value is (35,33,92). Sum of RGB (Red+Green+Blue) = 35+33+92=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #23215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23215C is #DCDEA3. Grayscale: #282828. Windows color (decimal): -14474916 or 6037795. OLE color: 6037795.

HSL color Cylindrical-coordinate representation of color #23215C: hue angle of 242.03º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #23215C is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB353392-
CMYK0.620.6400.64
HSL242.03º47.2%24.51%-
HSV(B)242.03º64.13%36.08%-
XYZ3.172.2210.39-
YUV40.32157.16124.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 92 (36.33% from 255) = 57.5%
R=21.88%
G=20.62%
B=57.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3533920.620.6400.64242.0347.224.51
Hex23215C3E40040f22f19
Octal43411347610001003625731
Binary10001110000110111001111101000000010000001111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23215C; }

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

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

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

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

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

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

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

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