#23115C

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

Shades of Paua #23115C

Tints of Paua #23115C

Color information

#23115C (or 0x23115C) is unknown color: approx Paua. HEX triplet: 23, 11 and 5C. RGB value is (35,17,92). Sum of RGB (Red+Green+Blue) = 35+17+92=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #23115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23115C is #DCEEA3. Grayscale: #1E1E1E. Windows color (decimal): -14479012 or 6033699. OLE color: 6033699.

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

Color convert

RGB351792-
CMYK0.620.8200.64
HSL254.4º68.81%21.37%-
HSV(B)254.4º81.52%36.08%-
XYZ2.831.5310.27-
YUV30.93162.46130.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 92 (36.33% from 255) = 63.89%
R=24.31%
G=11.81%
B=63.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3517920.620.8200.64254.468.8121.37
Hex23115C3E52040fe4515
Octal432113476122010037610525
Binary10001110001101110011111010100100100000011111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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