#220699

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

Shades of Ultramarine #220699

Tints of Ultramarine #220699

Color information

#220699 (or 0x220699) is unknown color: approx Ultramarine. HEX triplet: 22, 06 and 99. RGB value is (34,6,153). Sum of RGB (Red+Green+Blue) = 34+6+153=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #220699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220699 is #DDF966. Grayscale: #1E1E1E. Windows color (decimal): -14547303 or 10028578. OLE color: 10028578.

HSL color Cylindrical-coordinate representation of color #220699: hue angle of 251.43º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220699 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB346153-
CMYK0.780.9600.4
HSL251.43º92.45%31.18%-
HSV(B)251.43º96.08%60%-
XYZ6.472.7730.33-
YUV31.13196.78130.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 153 (60.16% from 255) = 79.27%
R=17.62%
G=3.11%
B=79.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3461530.780.9600.4251.4392.4531.18
Hex226994E60028fb5c1f
Octal42623111614005037313437
Binary1000101101001100110011101100000010100011111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220699; }

 p { color: rgb(34,6,153); }

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

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

 a { background-color: rgb(34,6,153); }

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

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

 span { border-color: rgb(34,6,153); }

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