#201B46

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

Shades of Paua #201B46

Tints of Paua #201B46

Color information

#201B46 (or 0x201B46) is unknown color: approx Paua. HEX triplet: 20, 1B and 46. RGB value is (32,27,70). Sum of RGB (Red+Green+Blue) = 32+27+70=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #201B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B46 is #DFE4B9. Grayscale: #212121. Windows color (decimal): -14673082 or 4594464. OLE color: 4594464.

HSL color Cylindrical-coordinate representation of color #201B46: hue angle of 246.98º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201B46 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB322770-
CMYK0.540.6100.73
HSL246.98º44.33%19.02%-
HSV(B)246.98º61.43%27.45%-
XYZ2.091.535.98-
YUV33.4148.66127-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=24.81%
G=20.93%
B=54.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3227700.540.6100.73246.9844.3319.02
Hex201B46363D049f72c13
Octal4033106667501113675423
Binary100000110111000110110110111101010010011111011110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201B46; }

 p { color: rgb(32,27,70); }

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

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

 a { background-color: rgb(32,27,70); }

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

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

 span { border-color: rgb(32,27,70); }

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