#23175B

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

Shades of Paua #23175B

Tints of Paua #23175B

Color information

#23175B (or 0x23175B) is unknown color: approx Paua. HEX triplet: 23, 17 and 5B. RGB value is (35,23,91). Sum of RGB (Red+Green+Blue) = 35+23+91=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #23175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175B is #DCE8A4. Grayscale: #222222. Windows color (decimal): -14477477 or 5969699. OLE color: 5969699.

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

Color convert

RGB352391-
CMYK0.620.7500.64
HSL250.59º59.65%22.35%-
HSV(B)250.59º74.73%35.69%-
XYZ2.891.7310.08-
YUV34.34159.98128.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=23.49%
G=15.44%
B=61.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3523910.620.7500.64250.5959.6522.35
Hex23175B3E4B040fb3c16
Octal43271337611301003737426
Binary1000111011110110111111101001011010000001111101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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