#221E51

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

Shades of Paua #221E51

Tints of Paua #221E51

Color information

#221E51 (or 0x221E51) is unknown color: approx Paua. HEX triplet: 22, 1E and 51. RGB value is (34,30,81). Sum of RGB (Red+Green+Blue) = 34+30+81=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #221E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E51 is #DDE1AE. Grayscale: #242424. Windows color (decimal): -14541231 or 5316130. OLE color: 5316130.

HSL color Cylindrical-coordinate representation of color #221E51: hue angle of 244.71º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #221E51 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB343081-
CMYK0.580.6300.68
HSL244.71º45.95%21.76%-
HSV(B)244.71º62.96%31.76%-
XYZ2.611.868.01-
YUV37.01152.83125.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 81 (32.03% from 255) = 55.86%
R=23.45%
G=20.69%
B=55.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3430810.580.6300.68244.7145.9521.76
Hex221E513A3F044f52e16
Octal4236121727701043655626
Binary100010111101010001111010111111010001001111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221E51; }

 p { color: rgb(34,30,81); }

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

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

 a { background-color: rgb(34,30,81); }

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

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

 span { border-color: rgb(34,30,81); }

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