#22219C

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

Shades of Ultramarine #22219C

Tints of Ultramarine #22219C

Color information

#22219C (or 0x22219C) is unknown color: approx Ultramarine. HEX triplet: 22, 21 and 9C. RGB value is (34,33,156). Sum of RGB (Red+Green+Blue) = 34+33+156=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #22219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22219C is #DDDE63. Grayscale: #2E2E2E. Windows color (decimal): -14540388 or 10232098. OLE color: 10232098.

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

Color convert

RGB3433156-
CMYK0.780.7900.39
HSL240.49º65.08%37.06%-
HSV(B)240.49º78.85%61.18%-
XYZ7.23.8331.81-
YUV47.32189.33118.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=15.25%
G=14.80%
B=69.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34331560.780.7900.39240.4965.0837.06
Hex22219C4E4F027f04125
Octal424123411611704736010145
Binary10001010000110011100100111010011110100111111100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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