#23135D

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

Shades of Paua #23135D

Tints of Paua #23135D

Color information

#23135D (or 0x23135D) is unknown color: approx Paua. HEX triplet: 23, 13 and 5D. RGB value is (35,19,93). Sum of RGB (Red+Green+Blue) = 35+19+93=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #23135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135D is #DCECA2. Grayscale: #1F1F1F. Windows color (decimal): -14478499 or 6099747. OLE color: 6099747.

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

Color convert

RGB351993-
CMYK0.620.8000.64
HSL252.97º66.07%21.96%-
HSV(B)252.97º79.57%36.47%-
XYZ2.91.6110.51-
YUV32.22162.3129.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=23.81%
G=12.93%
B=63.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3519930.620.8000.64252.9766.0721.96
Hex23135D3E50040fd4216
Octal432313576120010037510226
Binary10001110011101110111111010100000100000011111101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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