#220495

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

Shades of Ultramarine #220495

Tints of Ultramarine #220495

Color information

#220495 (or 0x220495) is unknown color: approx Ultramarine. HEX triplet: 22, 04 and 95. RGB value is (34,4,149). Sum of RGB (Red+Green+Blue) = 34+4+149=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #220495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220495 is #DDFB6A. Grayscale: #1C1C1C. Windows color (decimal): -14547819 or 9765922. OLE color: 9765922.

HSL color Cylindrical-coordinate representation of color #220495: hue angle of 252.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220495 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB344149-
CMYK0.770.9700.42
HSL252.41º94.77%30%-
HSV(B)252.41º97.32%58.43%-
XYZ6.132.628.61-
YUV29.5195.44131.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 149 (58.59% from 255) = 79.68%
R=18.18%
G=2.14%
B=79.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3441490.770.9700.42252.4194.7730
Hex224954D6102Afc5f1e
Octal42422511514105237413736
Binary1000101001001010110011011100001010101011111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220495; }

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

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

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

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

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

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

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

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