#23175E

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

Shades of Paua #23175E

Tints of Paua #23175E

Color information

#23175E (or 0x23175E) is unknown color: approx Paua. HEX triplet: 23, 17 and 5E. RGB value is (35,23,94). Sum of RGB (Red+Green+Blue) = 35+23+94=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #23175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23175E is #DCE8A1. Grayscale: #222222. Windows color (decimal): -14477474 or 6166307. OLE color: 6166307.

HSL color Cylindrical-coordinate representation of color #23175E: hue angle of 250.14º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23175E is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB352394-
CMYK0.630.7600.63
HSL250.14º60.68%22.94%-
HSV(B)250.14º75.53%36.86%-
XYZ3.021.7810.77-
YUV34.68161.48128.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=23.03%
G=15.13%
B=61.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3523940.630.7600.63250.1460.6822.94
Hex23175E3F4C03Ffa3d17
Octal4327136771140773727527
Binary100011101111011110111111100110001111111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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