#220F5E

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

Shades of Paua #220F5E

Tints of Paua #220F5E

Color information

#220F5E (or 0x220F5E) is unknown color: approx Paua. HEX triplet: 22, 0F and 5E. RGB value is (34,15,94). Sum of RGB (Red+Green+Blue) = 34+15+94=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #220F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F5E is #DDF0A1. Grayscale: #1D1D1D. Windows color (decimal): -14545058 or 6164258. OLE color: 6164258.

HSL color Cylindrical-coordinate representation of color #220F5E: hue angle of 254.43º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #220F5E is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB341594-
CMYK0.640.8400.63
HSL254.43º72.48%21.37%-
HSV(B)254.43º84.04%36.86%-
XYZ2.851.4910.73-
YUV29.69164.29131.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 94 (37.11% from 255) = 65.73%
R=23.78%
G=10.49%
B=65.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3415940.640.8400.63254.4372.4821.37
Hex22F5E405403Ffe4815
Octal421713610012407737611025
Binary1000101111101111010000001010100011111111111110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220F5E; }

 p { color: rgb(34,15,94); }

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

<style>
 a { background-color: #220F5E; }

 a { background-color: rgb(34,15,94); }

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

<style>
 span { border-color: #220F5E; }

 span { border-color: rgb(34,15,94); }

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