#23155B

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

Shades of Paua #23155B

Tints of Paua #23155B

Color information

#23155B (or 0x23155B) is unknown color: approx Paua. HEX triplet: 23, 15 and 5B. RGB value is (35,21,91). Sum of RGB (Red+Green+Blue) = 35+21+91=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #23155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23155B is #DCEAA4. Grayscale: #202020. Windows color (decimal): -14477989 or 5969187. OLE color: 5969187.

HSL color Cylindrical-coordinate representation of color #23155B: hue angle of 252º degrees, saturation: 0.62, 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 #23155B is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB352191-
CMYK0.620.7700.64
HSL252º62.5%21.96%-
HSV(B)252º76.92%35.69%-
XYZ2.851.6510.07-
YUV33.17160.64129.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=23.81%
G=14.29%
B=61.90%

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
Decimal3521910.620.7700.6425262.521.96
Hex23155B3E4D040fc3e16
Octal43251337611501003747626
Binary1000111010110110111111101001101010000001111110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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