#220592

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

Shades of Ultramarine #220592

Tints of Ultramarine #220592

Color information

#220592 (or 0x220592) is unknown color: approx Ultramarine. HEX triplet: 22, 05 and 92. RGB value is (34,5,146). Sum of RGB (Red+Green+Blue) = 34+5+146=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #220592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220592 is #DDFA6D. Grayscale: #1D1D1D. Windows color (decimal): -14547566 or 9569570. OLE color: 9569570.

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

Color convert

RGB345146-
CMYK0.770.9700.43
HSL252.34º93.38%29.61%-
HSV(B)252.34º96.58%57.25%-
XYZ5.92.5227.37-
YUV29.74193.61131.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 146 (57.42% from 255) = 78.92%
R=18.38%
G=2.70%
B=78.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3451460.770.9700.43252.3493.3829.61
Hex225924D6102Bfc5d1e
Octal42522211514105337413536
Binary1000101011001001010011011100001010101111111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220592; }

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

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

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

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

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

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

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

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