#22219E

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

Shades of Ultramarine #22219E

Tints of Ultramarine #22219E

Color information

#22219E (or 0x22219E) is unknown color: approx Ultramarine. HEX triplet: 22, 21 and 9E. RGB value is (34,33,158). Sum of RGB (Red+Green+Blue) = 34+33+158=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #22219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22219E is #DDDE61. Grayscale: #2F2F2F. Windows color (decimal): -14540386 or 10363170. OLE color: 10363170.

HSL color Cylindrical-coordinate representation of color #22219E: hue angle of 240.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22219E is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3433158-
CMYK0.780.7900.38
HSL240.48º65.45%37.45%-
HSV(B)240.48º79.11%61.96%-
XYZ7.383.932.71-
YUV47.55190.33118.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=15.11%
G=14.67%
B=70.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34331580.780.7900.38240.4865.4537.45
Hex22219E4E4F026f04125
Octal424123611611704636010145
Binary10001010000110011110100111010011110100110111100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22219E; }

 p { color: rgb(34,33,158); }

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

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

 a { background-color: rgb(34,33,158); }

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

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

 span { border-color: rgb(34,33,158); }

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