#201858

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

Shades of Paua #201858

Tints of Paua #201858

Color information

#201858 (or 0x201858) is unknown color: approx Paua. HEX triplet: 20, 18 and 58. RGB value is (32,24,88). Sum of RGB (Red+Green+Blue) = 32+24+88=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #201858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201858 is #DFE7A7. Grayscale: #212121. Windows color (decimal): -14673832 or 5773344. OLE color: 5773344.

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

Color convert

RGB322488-
CMYK0.640.7300.65
HSL247.5º57.14%21.96%-
HSV(B)247.5º72.73%34.51%-
XYZ2.681.669.41-
YUV33.69158.65126.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=22.22%
G=16.67%
B=61.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3224880.640.7300.65247.557.1421.96
Hex2018584049041f83916
Octal403013010011101013707126
Binary10000011000101100010000001001001010000011111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201858; }

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

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

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

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

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

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

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

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