#220386

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

Shades of Ultramarine #220386

Tints of Ultramarine #220386

Color information

#220386 (or 0x220386) is unknown color: approx Ultramarine. HEX triplet: 22, 03 and 86. RGB value is (34,3,134). Sum of RGB (Red+Green+Blue) = 34+3+134=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 134 (52.73% from 255 or 78.36% from 171); Max value from RGB is 134 - color contains mainly: blue. Hex color #220386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220386 is #DDFC79. Grayscale: #1A1A1A. Windows color (decimal): -14548090 or 8782626. OLE color: 8782626.

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

Color convert

RGB343134-
CMYK0.750.9800.47
HSL254.2º95.62%26.86%-
HSV(B)254.2º97.76%52.55%-
XYZ52.1322.7-
YUV27.2188.27132.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 134 (52.73% from 255) = 78.36%
R=19.88%
G=1.75%
B=78.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3431340.750.9800.47254.295.6226.86
Hex223864B6202Ffe601b
Octal42320611314205737614033
Binary100010111000011010010111100010010111111111110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220386; }

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

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

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

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

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

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

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

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