#23145d

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

Shades of Paua #23145D

Tints of Paua #23145D

Color information

#23145D (or 0x23145D) is unknown color: approx Paua. HEX triplet: 23, 14 and 5D. RGB value is (35,20,93). Sum of RGB (Red+Green+Blue) = 35+20+93=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #23145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23145D is #DCEBA2. Grayscale: #202020. Windows color (decimal): -14478243 or 6100003. OLE color: 6100003.

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

Color convert

RGB352093-
CMYK0.620.7800.64
HSL252.33º64.6%22.16%-
HSV(B)252.33º78.49%36.47%-
XYZ2.921.6510.52-
YUV32.81161.97129.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 93 (36.72% from 255) = 62.84%
R=23.65%
G=13.51%
B=62.84%

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
Decimal3520930.620.7800.64252.3364.622.16
Hex23145D3E4E040fc4116
Octal432413576116010037410126
Binary10001110100101110111111010011100100000011111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23145d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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