#23205E

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

Shades of Paua #23205E

Tints of Paua #23205E

Color information

#23205E (or 0x23205E) is unknown color: approx Paua. HEX triplet: 23, 20 and 5E. RGB value is (35,32,94). Sum of RGB (Red+Green+Blue) = 35+32+94=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #23205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23205E is #DCDFA1. Grayscale: #272727. Windows color (decimal): -14475170 or 6168611. OLE color: 6168611.

HSL color Cylindrical-coordinate representation of color #23205E: hue angle of 242.9º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23205E is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB353294-
CMYK0.630.6600.63
HSL242.9º49.21%24.71%-
HSV(B)242.9º65.96%36.86%-
XYZ3.232.210.84-
YUV39.97158.49124.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=21.74%
G=19.88%
B=58.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3532940.630.6600.63242.949.2124.71
Hex23205E3F4203Ff33119
Octal4340136771020773636131
Binary1000111000001011110111111100001001111111111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23205E; }

 p { color: rgb(35,32,94); }

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

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

 a { background-color: rgb(35,32,94); }

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

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

 span { border-color: rgb(35,32,94); }

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