#23155C

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

Shades of Paua #23155C

Tints of Paua #23155C

Color information

#23155C (or 0x23155C) is unknown color: approx Paua. HEX triplet: 23, 15 and 5C. RGB value is (35,21,92). Sum of RGB (Red+Green+Blue) = 35+21+92=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #23155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23155C is #DCEAA3. Grayscale: #212121. Windows color (decimal): -14477988 or 6034723. OLE color: 6034723.

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

Color convert

RGB352192-
CMYK0.620.7700.64
HSL251.83º62.83%22.16%-
HSV(B)251.83º77.17%36.08%-
XYZ2.891.6710.29-
YUV33.28161.14129.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=23.65%
G=14.19%
B=62.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3521920.620.7700.64251.8362.8322.16
Hex23155C3E4D040fc3f16
Octal43251347611501003747726
Binary1000111010110111001111101001101010000001111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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