#23195B

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

Shades of Paua #23195B

Tints of Paua #23195B

Color information

#23195B (or 0x23195B) is unknown color: approx Paua. HEX triplet: 23, 19 and 5B. RGB value is (35,25,91). Sum of RGB (Red+Green+Blue) = 35+25+91=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #23195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23195B is #DCE6A4. Grayscale: #232323. Windows color (decimal): -14476965 or 5970211. OLE color: 5970211.

HSL color Cylindrical-coordinate representation of color #23195B: hue angle of 249.09º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23195B is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB352591-
CMYK0.620.7300.64
HSL249.09º56.9%22.75%-
HSV(B)249.09º72.53%35.69%-
XYZ2.931.8110.09-
YUV35.51159.31127.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=23.18%
G=16.56%
B=60.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3525910.620.7300.64249.0956.922.75
Hex23195B3E49040f93917
Octal43311337611101003717127
Binary1000111100110110111111101001001010000001111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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