#221C60

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

Shades of Paua #221C60

Tints of Paua #221C60

Color information

#221C60 (or 0x221C60) is unknown color: approx Paua. HEX triplet: 22, 1C and 60. RGB value is (34,28,96). Sum of RGB (Red+Green+Blue) = 34+28+96=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #221C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C60 is #DDE39F. Grayscale: #252525. Windows color (decimal): -14541728 or 6298658. OLE color: 6298658.

HSL color Cylindrical-coordinate representation of color #221C60: hue angle of 245.29º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #221C60 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB342896-
CMYK0.650.7100.62
HSL245.29º54.84%24.31%-
HSV(B)245.29º70.83%37.65%-
XYZ3.192.0211.29-
YUV37.55160.99125.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=21.52%
G=17.72%
B=60.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3428960.650.7100.62245.2954.8424.31
Hex221C60414703Ef53718
Octal42341401011070763656730
Binary1000101110011000001000001100011101111101111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,28,96); }

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

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

 a { background-color: rgb(34,28,96); }

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

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

 span { border-color: rgb(34,28,96); }

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