#231655

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

Shades of Paua #231655

Tints of Paua #231655

Color information

#231655 (or 0x231655) is unknown color: approx Paua. HEX triplet: 23, 16 and 55. RGB value is (35,22,85). Sum of RGB (Red+Green+Blue) = 35+22+85=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #231655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231655 is #DCE9AA. Grayscale: #202020. Windows color (decimal): -14477739 or 5576227. OLE color: 5576227.

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

Color convert

RGB352285-
CMYK0.590.7400.67
HSL252.38º58.88%20.98%-
HSV(B)252.38º74.12%33.33%-
XYZ2.621.598.76-
YUV33.07157.31129.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=24.65%
G=15.49%
B=59.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3522850.590.7400.67252.3858.8820.98
Hex2316553B4A043fc3b15
Octal43261257311201033747325
Binary1000111011010101011110111001010010000111111110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231655; }

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

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

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

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

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

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

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

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