#221B52

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

Shades of Paua #221B52

Tints of Paua #221B52

Color information

#221B52 (or 0x221B52) is unknown color: approx Paua. HEX triplet: 22, 1B and 52. RGB value is (34,27,82). Sum of RGB (Red+Green+Blue) = 34+27+82=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #221B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B52 is #DDE4AD. Grayscale: #232323. Windows color (decimal): -14541998 or 5380898. OLE color: 5380898.

HSL color Cylindrical-coordinate representation of color #221B52: hue angle of 247.64º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221B52 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB342782-
CMYK0.590.6700.68
HSL247.64º50.46%21.37%-
HSV(B)247.64º67.07%32.16%-
XYZ2.571.738.18-
YUV35.36154.32127.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 82 (32.42% from 255) = 57.34%
R=23.78%
G=18.88%
B=57.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3427820.590.6700.68247.6450.4621.37
Hex221B523B43044f83215
Octal42331227310301043706225
Binary1000101101110100101110111000011010001001111100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,27,82); }

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

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

 a { background-color: rgb(34,27,82); }

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

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

 span { border-color: rgb(34,27,82); }

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