#231651

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

Shades of Paua #231651

Tints of Paua #231651

Color information

#231651 (or 0x231651) is unknown color: approx Paua. HEX triplet: 23, 16 and 51. RGB value is (35,22,81). Sum of RGB (Red+Green+Blue) = 35+22+81=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #231651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231651 is #DCE9AE. Grayscale: #202020. Windows color (decimal): -14477743 or 5314083. OLE color: 5314083.

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

Color convert

RGB352281-
CMYK0.570.7300.68
HSL253.22º57.28%20.2%-
HSV(B)253.22º72.84%31.76%-
XYZ2.471.537.95-
YUV32.61155.31129.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=25.36%
G=15.94%
B=58.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3522810.570.7300.68253.2257.2820.2
Hex2316513949044fd3914
Octal43261217111101043757124
Binary1000111011010100011110011001001010001001111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231651; }

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

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

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

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

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

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

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

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