#231858

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

Shades of Paua #231858

Tints of Paua #231858

Color information

#231858 (or 0x231858) is unknown color: approx Paua. HEX triplet: 23, 18 and 58. RGB value is (35,24,88). Sum of RGB (Red+Green+Blue) = 35+24+88=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #231858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231858 is #DCE7A7. Grayscale: #222222. Windows color (decimal): -14477224 or 5773347. OLE color: 5773347.

HSL color Cylindrical-coordinate representation of color #231858: hue angle of 250.31º degrees, saturation: 0.57, 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 #231858 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB352488-
CMYK0.600.7300.65
HSL250.31º57.14%21.96%-
HSV(B)250.31º72.73%34.51%-
XYZ2.781.729.42-
YUV34.58158.14128.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=23.81%
G=16.33%
B=59.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3524880.600.7300.65250.3157.1421.96
Hex2318583C49041fa3916
Octal43301307411101013727126
Binary1000111100010110001111001001001010000011111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231858; }

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

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

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

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

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

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

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

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