#221389

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

Shades of Ultramarine #221389

Tints of Ultramarine #221389

Color information

#221389 (or 0x221389) is unknown color: approx Ultramarine. HEX triplet: 22, 13 and 89. RGB value is (34,19,137). Sum of RGB (Red+Green+Blue) = 34+19+137=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #221389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221389 is #DDEC76. Grayscale: #242424. Windows color (decimal): -14543991 or 8983330. OLE color: 8983330.

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

Color convert

RGB3419137-
CMYK0.750.8600.46
HSL247.63º75.64%30.59%-
HSV(B)247.63º86.13%53.73%-
XYZ5.412.6123.89-
YUV36.94184.47125.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 137 (53.91% from 255) = 72.11%
R=17.89%
G=10%
B=72.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34191370.750.8600.46247.6375.6430.59
Hex2213894B5602Ef84c1f
Octal422321111312605637011437
Binary100010100111000100110010111010110010111011111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221389; }

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

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

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

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

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

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

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

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