#220286

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

Shades of Ultramarine #220286

Tints of Ultramarine #220286

Color information

#220286 (or 0x220286) is unknown color: approx Ultramarine. HEX triplet: 22, 02 and 86. RGB value is (34,2,134). Sum of RGB (Red+Green+Blue) = 34+2+134=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 134 (52.73% from 255 or 78.82% from 170); Max value from RGB is 134 - color contains mainly: blue. Hex color #220286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220286 is #DDFD79. Grayscale: #1A1A1A. Windows color (decimal): -14548346 or 8782370. OLE color: 8782370.

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

Color convert

RGB342134-
CMYK0.750.9900.47
HSL254.55º97.06%26.67%-
HSV(B)254.55º98.51%52.55%-
XYZ4.982.122.7-
YUV26.62188.6133.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 134 (52.73% from 255) = 78.82%
R=20%
G=1.18%
B=78.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3421340.750.9900.47254.5597.0626.67
Hex222864B6302Fff611b
Octal42220611314305737714133
Binary100010101000011010010111100011010111111111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220286; }

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

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

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

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

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

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

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

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