#231953

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

Shades of Paua #231953

Tints of Paua #231953

Color information

#231953 (or 0x231953) is unknown color: approx Paua. HEX triplet: 23, 19 and 53. RGB value is (35,25,83). Sum of RGB (Red+Green+Blue) = 35+25+83=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #231953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231953 is #DCE6AC. Grayscale: #222222. Windows color (decimal): -14476973 or 5445923. OLE color: 5445923.

HSL color Cylindrical-coordinate representation of color #231953: hue angle of 250.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231953 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB352583-
CMYK0.580.7000.67
HSL250.34º53.7%21.18%-
HSV(B)250.34º69.88%32.55%-
XYZ2.61.688.37-
YUV34.6155.31128.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 83 (32.81% from 255) = 58.04%
R=24.48%
G=17.48%
B=58.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3525830.580.7000.67250.3453.721.18
Hex2319533A46043fa3615
Octal43311237210601033726625
Binary1000111100110100111110101000110010000111111101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231953; }

 p { color: rgb(35,25,83); }

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

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

 a { background-color: rgb(35,25,83); }

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

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

 span { border-color: rgb(35,25,83); }

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