#23145C

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

Shades of Paua #23145C

Tints of Paua #23145C

Color information

#23145C (or 0x23145C) is unknown color: approx Paua. HEX triplet: 23, 14 and 5C. RGB value is (35,20,92). Sum of RGB (Red+Green+Blue) = 35+20+92=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #23145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23145C is #DCEBA3. Grayscale: #202020. Windows color (decimal): -14478244 or 6034467. OLE color: 6034467.

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

Color convert

RGB352092-
CMYK0.620.7800.64
HSL252.5º64.29%21.96%-
HSV(B)252.5º78.26%36.08%-
XYZ2.881.6310.29-
YUV32.69161.47129.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=23.81%
G=13.61%
B=62.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3520920.620.7800.64252.564.2921.96
Hex23145C3E4E040fc4016
Octal432413476116010037410026
Binary10001110100101110011111010011100100000011111100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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