#221E57

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

Shades of Paua #221E57

Tints of Paua #221E57

Color information

#221E57 (or 0x221E57) is unknown color: approx Paua. HEX triplet: 22, 1E and 57. RGB value is (34,30,87). Sum of RGB (Red+Green+Blue) = 34+30+87=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #221E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E57 is #DDE1A8. Grayscale: #252525. Windows color (decimal): -14541225 or 5709346. OLE color: 5709346.

HSL color Cylindrical-coordinate representation of color #221E57: hue angle of 244.21º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221E57 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB343087-
CMYK0.610.6600.66
HSL244.21º48.72%22.94%-
HSV(B)244.21º65.52%34.12%-
XYZ2.841.969.24-
YUV37.69155.83125.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.52%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=22.52%
G=19.87%
B=57.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3430870.610.6600.66244.2148.7222.94
Hex221E573D42042f43117
Octal42361277510201023646127
Binary1000101111010101111111011000010010000101111010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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