#220486

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

Shades of Ultramarine #220486

Tints of Ultramarine #220486

Color information

#220486 (or 0x220486) is unknown color: approx Ultramarine. HEX triplet: 22, 04 and 86. RGB value is (34,4,134). Sum of RGB (Red+Green+Blue) = 34+4+134=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #220486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220486 is #DDFB79. Grayscale: #1B1B1B. Windows color (decimal): -14547834 or 8782882. OLE color: 8782882.

HSL color Cylindrical-coordinate representation of color #220486: hue angle of 253.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220486 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB344134-
CMYK0.750.9700.47
HSL253.85º94.2%27.06%-
HSV(B)253.85º97.01%52.55%-
XYZ5.012.1522.71-
YUV27.79187.94132.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 134 (52.73% from 255) = 77.91%
R=19.77%
G=2.33%
B=77.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3441340.750.9700.47253.8594.227.06
Hex224864B6102Ffe5e1b
Octal42420611314105737613633
Binary1000101001000011010010111100001010111111111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220486; }

 p { color: rgb(34,4,134); }

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

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

 a { background-color: rgb(34,4,134); }

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

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

 span { border-color: rgb(34,4,134); }

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