#220589

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

Shades of Ultramarine #220589

Tints of Ultramarine #220589

Color information

#220589 (or 0x220589) is unknown color: approx Ultramarine. HEX triplet: 22, 05 and 89. RGB value is (34,5,137). Sum of RGB (Red+Green+Blue) = 34+5+137=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #220589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220589 is #DDFA76. Grayscale: #1C1C1C. Windows color (decimal): -14547575 or 8979746. OLE color: 8979746.

HSL color Cylindrical-coordinate representation of color #220589: hue angle of 253.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220589 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB345137-
CMYK0.750.9600.46
HSL253.18º92.96%27.84%-
HSV(B)253.18º96.35%53.73%-
XYZ5.232.2523.83-
YUV28.72189.11131.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 137 (53.91% from 255) = 77.84%
R=19.32%
G=2.84%
B=77.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3451370.750.9600.46253.1892.9627.84
Hex225894B6002Efd5d1c
Octal42521111314005637513534
Binary1000101011000100110010111100000010111011111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220589; }

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

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

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

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

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

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

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

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