#220598

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

Shades of Ultramarine #220598

Tints of Ultramarine #220598

Color information

#220598 (or 0x220598) is unknown color: approx Ultramarine. HEX triplet: 22, 05 and 98. RGB value is (34,5,152). Sum of RGB (Red+Green+Blue) = 34+5+152=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #220598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220598 is #DDFA67. Grayscale: #1D1D1D. Windows color (decimal): -14547560 or 9962786. OLE color: 9962786.

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

Color convert

RGB345152-
CMYK0.780.9700.40
HSL251.84º93.63%30.78%-
HSV(B)251.84º96.71%59.61%-
XYZ6.382.7229.89-
YUV30.43196.61130.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 152 (59.77% from 255) = 79.58%
R=17.80%
G=2.62%
B=79.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3451520.780.9700.40251.8493.6330.78
Hex225984E61028fc5e1f
Octal42523011614105037413637
Binary1000101011001100010011101100001010100011111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220598; }

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

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

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

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

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

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

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

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