#23215D

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

Shades of Paua #23215D

Tints of Paua #23215D

Color information

#23215D (or 0x23215D) is unknown color: approx Paua. HEX triplet: 23, 21 and 5D. RGB value is (35,33,93). Sum of RGB (Red+Green+Blue) = 35+33+93=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #23215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23215D is #DCDEA2. Grayscale: #282828. Windows color (decimal): -14474915 or 6103331. OLE color: 6103331.

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

Color convert

RGB353393-
CMYK0.620.6500.64
HSL242º47.62%24.71%-
HSV(B)242º64.52%36.47%-
XYZ3.212.2410.62-
YUV40.44157.66124.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=21.74%
G=20.50%
B=57.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3533930.620.6500.6424247.6224.71
Hex23215D3E41040f23019
Octal43411357610101003626031
Binary10001110000110111011111101000001010000001111001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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