#221E60

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

Shades of Paua #221E60

Tints of Paua #221E60

Color information

#221E60 (or 0x221E60) is unknown color: approx Paua. HEX triplet: 22, 1E and 60. RGB value is (34,30,96). Sum of RGB (Red+Green+Blue) = 34+30+96=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #221E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E60 is #DDE19F. Grayscale: #262626. Windows color (decimal): -14541216 or 6299170. OLE color: 6299170.

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

Color convert

RGB343096-
CMYK0.650.6900.62
HSL243.64º52.38%24.71%-
HSV(B)243.64º68.75%37.65%-
XYZ3.242.1111.3-
YUV38.72160.33124.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 96 (37.89% from 255) = 60%
R=21.25%
G=18.75%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3430960.650.6900.62243.6452.3824.71
Hex221E60414503Ef43419
Octal42361401011050763646431
Binary1000101111011000001000001100010101111101111010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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