#23185D

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

Shades of Paua #23185D

Tints of Paua #23185D

Color information

#23185D (or 0x23185D) is unknown color: approx Paua. HEX triplet: 23, 18 and 5D. RGB value is (35,24,93). Sum of RGB (Red+Green+Blue) = 35+24+93=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #23185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23185D is #DCE7A2. Grayscale: #222222. Windows color (decimal): -14477219 or 6101027. OLE color: 6101027.

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

Color convert

RGB352493-
CMYK0.620.7400.64
HSL249.57º58.97%22.94%-
HSV(B)249.57º74.19%36.47%-
XYZ31.810.55-
YUV35.16160.64127.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=23.03%
G=15.79%
B=61.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3524930.620.7400.64249.5758.9722.94
Hex23185D3E4A040fa3b17
Octal43301357611201003727327
Binary1000111100010111011111101001010010000001111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23185D; }

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

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

<style>
 a { background-color: #23185D; }

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

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

<style>
 span { border-color: #23185D; }

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

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