#23194C

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

Shades of Paua #23194C

Tints of Paua #23194C

Color information

#23194C (or 0x23194C) is unknown color: approx Paua. HEX triplet: 23, 19 and 4C. RGB value is (35,25,76). Sum of RGB (Red+Green+Blue) = 35+25+76=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #23194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23194C is #DCE6B3. Grayscale: #212121. Windows color (decimal): -14476980 or 4987171. OLE color: 4987171.

HSL color Cylindrical-coordinate representation of color #23194C: hue angle of 251.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23194C is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB352576-
CMYK0.540.6700.70
HSL251.76º50.5%19.8%-
HSV(B)251.76º67.11%29.8%-
XYZ2.351.577.02-
YUV33.8151.81128.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 76 (30.08% from 255) = 55.88%
R=25.74%
G=18.38%
B=55.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3525760.540.6700.70251.7650.519.8
Hex23194C3643046fc3214
Octal43311146610301063746224
Binary1000111100110011001101101000011010001101111110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,25,76); }

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

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

 a { background-color: rgb(35,25,76); }

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

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

 span { border-color: rgb(35,25,76); }

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