#222198

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

Shades of Ultramarine #222198

Tints of Ultramarine #222198

Color information

#222198 (or 0x222198) is unknown color: approx Ultramarine. HEX triplet: 22, 21 and 98. RGB value is (34,33,152). Sum of RGB (Red+Green+Blue) = 34+33+152=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #222198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222198 is #DDDE67. Grayscale: #2E2E2E. Windows color (decimal): -14540392 or 9969954. OLE color: 9969954.

HSL color Cylindrical-coordinate representation of color #222198: hue angle of 240.5º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222198 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3433152-
CMYK0.780.7800.40
HSL240.5º64.32%36.27%-
HSV(B)240.5º78.29%59.61%-
XYZ6.873.6930.06-
YUV46.86187.33118.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 152 (59.77% from 255) = 69.41%
R=15.53%
G=15.07%
B=69.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34331520.780.7800.40240.564.3236.27
Hex2221984E4E028f14024
Octal424123011611605036110044
Binary10001010000110011000100111010011100101000111100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222198; }

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

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

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

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

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

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

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

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