#21185E

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

Shades of Paua #21185E

Tints of Paua #21185E

Color information

#21185E (or 0x21185E) is unknown color: approx Paua. HEX triplet: 21, 18 and 5E. RGB value is (33,24,94). Sum of RGB (Red+Green+Blue) = 33+24+94=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #21185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21185E is #DEE7A1. Grayscale: #222222. Windows color (decimal): -14608290 or 6166561. OLE color: 6166561.

HSL color Cylindrical-coordinate representation of color #21185E: hue angle of 247.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21185E is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB332494-
CMYK0.650.7400.63
HSL247.71º59.32%23.14%-
HSV(B)247.71º74.47%36.86%-
XYZ2.971.7810.78-
YUV34.67161.48126.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=21.85%
G=15.89%
B=62.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3324940.650.7400.63247.7159.3223.14
Hex21185E414A03Ff83b17
Octal41301361011120773707327
Binary1000011100010111101000001100101001111111111100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,24,94); }

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

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

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

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

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

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

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