#231755

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

Shades of Paua #231755

Tints of Paua #231755

Color information

#231755 (or 0x231755) is unknown color: approx Paua. HEX triplet: 23, 17 and 55. RGB value is (35,23,85). Sum of RGB (Red+Green+Blue) = 35+23+85=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #231755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231755 is #DCE8AA. Grayscale: #212121. Windows color (decimal): -14477483 or 5576483. OLE color: 5576483.

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

Color convert

RGB352385-
CMYK0.590.7300.67
HSL251.61º57.41%21.18%-
HSV(B)251.61º72.94%33.33%-
XYZ2.641.638.77-
YUV33.66156.98128.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=24.48%
G=16.08%
B=59.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3523850.590.7300.67251.6157.4121.18
Hex2317553B49043fc3915
Octal43271257311101033747125
Binary1000111011110101011110111001001010000111111110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231755; }

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

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

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

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

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

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

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

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