#221454

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

Shades of Paua #221454

Tints of Paua #221454

Color information

#221454 (or 0x221454) is unknown color: approx Paua. HEX triplet: 22, 14 and 54. RGB value is (34,20,84). Sum of RGB (Red+Green+Blue) = 34+20+84=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #221454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221454 is #DDEBAB. Grayscale: #1F1F1F. Windows color (decimal): -14543788 or 5510178. OLE color: 5510178.

HSL color Cylindrical-coordinate representation of color #221454: hue angle of 253.12º degrees, saturation: 0.62, 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 #221454 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB342084-
CMYK0.600.7600.67
HSL253.12º61.54%20.39%-
HSV(B)253.12º76.19%32.94%-
XYZ2.511.488.54-
YUV31.48157.64129.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 84 (33.20% from 255) = 60.87%
R=24.64%
G=14.49%
B=60.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3420840.600.7600.67253.1261.5420.39
Hex2214543C4C043fd3e14
Octal42241247411401033757624
Binary1000101010010101001111001001100010000111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221454; }

 p { color: rgb(34,20,84); }

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

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

 a { background-color: rgb(34,20,84); }

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

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

 span { border-color: rgb(34,20,84); }

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