#221F4B

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

Shades of Paua #221F4B

Tints of Paua #221F4B

Color information

#221F4B (or 0x221F4B) is unknown color: approx Paua. HEX triplet: 22, 1F and 4B. RGB value is (34,31,75). Sum of RGB (Red+Green+Blue) = 34+31+75=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #221F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F4B is #DDE0B4. Grayscale: #242424. Windows color (decimal): -14540981 or 4923170. OLE color: 4923170.

HSL color Cylindrical-coordinate representation of color #221F4B: hue angle of 244.09º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #221F4B is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB343175-
CMYK0.550.5900.71
HSL244.09º41.51%20.78%-
HSV(B)244.09º58.67%29.41%-
XYZ2.421.836.88-
YUV36.91149.49125.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=24.29%
G=22.14%
B=53.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3431750.550.5900.71244.0941.5120.78
Hex221F4B373B047f42a15
Octal4237113677301073645225
Binary100010111111001011110111111011010001111111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,31,75); }

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

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

 a { background-color: rgb(34,31,75); }

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

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

 span { border-color: rgb(34,31,75); }

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