#23125D

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

Shades of Paua #23125D

Tints of Paua #23125D

Color information

#23125D (or 0x23125D) is unknown color: approx Paua. HEX triplet: 23, 12 and 5D. RGB value is (35,18,93). Sum of RGB (Red+Green+Blue) = 35+18+93=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #23125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23125D is #DCEDA2. Grayscale: #1F1F1F. Windows color (decimal): -14478755 or 6099491. OLE color: 6099491.

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

Color convert

RGB351893-
CMYK0.620.8100.64
HSL253.6º67.57%21.76%-
HSV(B)253.6º80.65%36.47%-
XYZ2.891.5810.51-
YUV31.63162.63130.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=23.97%
G=12.33%
B=63.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3518930.620.8100.64253.667.5721.76
Hex23125D3E51040fe4416
Octal432213576121010037610426
Binary10001110010101110111111010100010100000011111110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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