#221A50

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

Shades of Paua #221A50

Tints of Paua #221A50

Color information

#221A50 (or 0x221A50) is unknown color: approx Paua. HEX triplet: 22, 1A and 50. RGB value is (34,26,80). Sum of RGB (Red+Green+Blue) = 34+26+80=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #221A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A50 is #DDE5AF. Grayscale: #222222. Windows color (decimal): -14542256 or 5249570. OLE color: 5249570.

HSL color Cylindrical-coordinate representation of color #221A50: hue angle of 248.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #221A50 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB342680-
CMYK0.580.6700.69
HSL248.89º50.94%20.78%-
HSV(B)248.89º67.5%31.37%-
XYZ2.481.667.78-
YUV34.55153.65127.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=24.29%
G=18.57%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3426800.580.6700.69248.8950.9420.78
Hex221A503A43045f93315
Octal42321207210301053716325
Binary1000101101010100001110101000011010001011111100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,80); }

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

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

 a { background-color: rgb(34,26,80); }

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

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

 span { border-color: rgb(34,26,80); }

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