#201C4B

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

Shades of Paua #201C4B

Tints of Paua #201C4B

Color information

#201C4B (or 0x201C4B) is unknown color: approx Paua. HEX triplet: 20, 1C and 4B. RGB value is (32,28,75). Sum of RGB (Red+Green+Blue) = 32+28+75=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #201C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C4B is #DFE3B4. Grayscale: #222222. Windows color (decimal): -14672821 or 4922400. OLE color: 4922400.

HSL color Cylindrical-coordinate representation of color #201C4B: hue angle of 245.11º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201C4B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB322875-
CMYK0.570.6300.71
HSL245.11º45.63%20.2%-
HSV(B)245.11º62.67%29.41%-
XYZ2.281.656.85-
YUV34.55150.83126.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=23.70%
G=20.74%
B=55.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3228750.570.6300.71245.1145.6320.2
Hex201C4B393F047f52e14
Octal4034113717701073655624
Binary100000111001001011111001111111010001111111010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,28,75); }

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

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

 a { background-color: rgb(32,28,75); }

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

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

 span { border-color: rgb(32,28,75); }

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