#231951

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

Shades of Paua #231951

Tints of Paua #231951

Color information

#231951 (or 0x231951) is unknown color: approx Paua. HEX triplet: 23, 19 and 51. RGB value is (35,25,81). Sum of RGB (Red+Green+Blue) = 35+25+81=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #231951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231951 is #DCE6AE. Grayscale: #222222. Windows color (decimal): -14476975 or 5314851. OLE color: 5314851.

HSL color Cylindrical-coordinate representation of color #231951: hue angle of 250.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #231951 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB352581-
CMYK0.570.6900.68
HSL250.71º52.83%20.78%-
HSV(B)250.71º69.14%31.76%-
XYZ2.531.657.97-
YUV34.37154.31128.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=24.82%
G=17.73%
B=57.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3525810.570.6900.68250.7152.8320.78
Hex2319513945044fb3515
Octal43311217110501043736525
Binary1000111100110100011110011000101010001001111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231951; }

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

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

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

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

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

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

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

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