#201453

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

Shades of Paua #201453

Tints of Paua #201453

Color information

#201453 (or 0x201453) is unknown color: approx Paua. HEX triplet: 20, 14 and 53. RGB value is (32,20,83). Sum of RGB (Red+Green+Blue) = 32+20+83=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #201453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201453 is #DFEBAC. Grayscale: #1E1E1E. Windows color (decimal): -14674861 or 5444640. OLE color: 5444640.

HSL color Cylindrical-coordinate representation of color #201453: hue angle of 251.43º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201453 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB322083-
CMYK0.610.7600.67
HSL251.43º61.17%20.2%-
HSV(B)251.43º75.9%32.55%-
XYZ2.411.438.33-
YUV30.77157.48128.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=23.70%
G=14.81%
B=61.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3220830.610.7600.67251.4361.1720.2
Hex2014533D4C043fb3d14
Octal40241237511401033737524
Binary1000001010010100111111011001100010000111111101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201453; }

 p { color: rgb(32,20,83); }

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

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

 a { background-color: rgb(32,20,83); }

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

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

 span { border-color: rgb(32,20,83); }

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