#23215B

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

Shades of Paua #23215B

Tints of Paua #23215B

Color information

#23215B (or 0x23215B) is unknown color: approx Paua. HEX triplet: 23, 21 and 5B. RGB value is (35,33,91). Sum of RGB (Red+Green+Blue) = 35+33+91=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #23215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23215B is #DCDEA4. Grayscale: #272727. Windows color (decimal): -14474917 or 5972259. OLE color: 5972259.

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

Color convert

RGB353391-
CMYK0.620.6400.64
HSL242.07º46.77%24.31%-
HSV(B)242.07º63.74%35.69%-
XYZ3.132.210.16-
YUV40.21156.66124.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=22.01%
G=20.75%
B=57.23%

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
Decimal3533910.620.6400.64242.0746.7724.31
Hex23215B3E40040f22f18
Octal43411337610001003625730
Binary10001110000110110111111101000000010000001111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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