#201C40

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

Shades of Paua #201C40

Tints of Paua #201C40

Color information

#201C40 (or 0x201C40) is unknown color: approx Paua. HEX triplet: 20, 1C and 40. RGB value is (32,28,64). Sum of RGB (Red+Green+Blue) = 32+28+64=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #201C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C40 is #DFE3BF. Grayscale: #212121. Windows color (decimal): -14672832 or 4201504. OLE color: 4201504.

HSL color Cylindrical-coordinate representation of color #201C40: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201C40 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB322864-
CMYK0.500.5600.75
HSL246.67º39.13%18.04%-
HSV(B)246.67º56.25%25.1%-
XYZ1.941.515.04-
YUV33.3145.33127.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.81%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=25.81%
G=22.58%
B=51.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3228640.500.5600.75246.6739.1318.04
Hex201C40323804Bf72712
Octal4034100627001133674722
Binary100000111001000000110010111000010010111111011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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