#21214E

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

Shades of Paua #21214E

Tints of Paua #21214E

Color information

#21214E (or 0x21214E) is unknown color: approx Paua. HEX triplet: 21, 21 and 4E. RGB value is (33,33,78). Sum of RGB (Red+Green+Blue) = 33+33+78=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #21214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21214E is #DEDEB1. Grayscale: #252525. Windows color (decimal): -14606002 or 5120289. OLE color: 5120289.

HSL color Cylindrical-coordinate representation of color #21214E: hue angle of 240º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21214E is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB333378-
CMYK0.580.5800.69
HSL240º40.54%21.76%-
HSV(B)240º57.69%30.59%-
XYZ2.551.967.45-
YUV38.13150.5124.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=22.92%
G=22.92%
B=54.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3333780.580.5800.6924040.5421.76
Hex21214E3A3A045f02916
Octal4141116727201053605126
Binary1000011000011001110111010111010010001011111000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21214E; }

 p { color: rgb(33,33,78); }

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

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

 a { background-color: rgb(33,33,78); }

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

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

 span { border-color: rgb(33,33,78); }

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