#22198E

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

Shades of Ultramarine #22198E

Tints of Ultramarine #22198E

Color information

#22198E (or 0x22198E) is unknown color: approx Ultramarine. HEX triplet: 22, 19 and 8E. RGB value is (34,25,142). Sum of RGB (Red+Green+Blue) = 34+25+142=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #22198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22198E is #DDE671. Grayscale: #282828. Windows color (decimal): -14542450 or 9312546. OLE color: 9312546.

HSL color Cylindrical-coordinate representation of color #22198E: hue angle of 244.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22198E is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3425142-
CMYK0.760.8200.44
HSL244.62º70.06%32.75%-
HSV(B)244.62º82.39%55.69%-
XYZ5.892.9925.86-
YUV41.03184.98122.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=16.92%
G=12.44%
B=70.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34251420.760.8200.44244.6270.0632.75
Hex22198E4C5202Cf54621
Octal423121611412205436510641
Binary1000101100110001110100110010100100101100111101011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,25,142); }

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

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

 a { background-color: rgb(34,25,142); }

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

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

 span { border-color: rgb(34,25,142); }

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