#231859

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

Shades of Paua #231859

Tints of Paua #231859

Color information

#231859 (or 0x231859) is unknown color: approx Paua. HEX triplet: 23, 18 and 59. RGB value is (35,24,89). Sum of RGB (Red+Green+Blue) = 35+24+89=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #231859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231859 is #DCE7A6. Grayscale: #222222. Windows color (decimal): -14477223 or 5838883. OLE color: 5838883.

HSL color Cylindrical-coordinate representation of color #231859: hue angle of 250.15º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231859 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB352489-
CMYK0.610.7300.65
HSL250.15º57.52%22.16%-
HSV(B)250.15º73.03%34.9%-
XYZ2.821.739.64-
YUV34.7158.64128.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=23.65%
G=16.22%
B=60.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3524890.610.7300.65250.1557.5222.16
Hex2318593D49041fa3a16
Octal43301317511101013727226
Binary1000111100010110011111011001001010000011111101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231859; }

 p { color: rgb(35,24,89); }

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

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

 a { background-color: rgb(35,24,89); }

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

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

 span { border-color: rgb(35,24,89); }

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