#220586

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

Shades of Ultramarine #220586

Tints of Ultramarine #220586

Color information

#220586 (or 0x220586) is unknown color: approx Ultramarine. HEX triplet: 22, 05 and 86. RGB value is (34,5,134). Sum of RGB (Red+Green+Blue) = 34+5+134=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 134 (52.73% from 255 or 77.46% from 173); Max value from RGB is 134 - color contains mainly: blue. Hex color #220586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220586 is #DDFA79. Grayscale: #1B1B1B. Windows color (decimal): -14547578 or 8783138. OLE color: 8783138.

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

Color convert

RGB345134-
CMYK0.750.9600.47
HSL253.49º92.81%27.25%-
HSV(B)253.49º96.27%52.55%-
XYZ5.022.1722.71-
YUV28.38187.61132.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 134 (52.73% from 255) = 77.46%
R=19.65%
G=2.89%
B=77.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3451340.750.9600.47253.4992.8127.25
Hex225864B6002Ffd5d1b
Octal42520611314005737513533
Binary1000101011000011010010111100000010111111111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220586; }

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

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

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

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

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

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

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

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