#2219AA

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

Shades of Ultramarine #2219AA

Tints of Ultramarine #2219AA

Color information

#2219AA (or 0x2219AA) is unknown color: approx Ultramarine. HEX triplet: 22, 19 and AA. RGB value is (34,25,170). Sum of RGB (Red+Green+Blue) = 34+25+170=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2219AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2219AA is #DDE655. Grayscale: #2B2B2B. Windows color (decimal): -14542422 or 11147554. OLE color: 11147554.

HSL color Cylindrical-coordinate representation of color #2219AA: hue angle of 243.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2219AA is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3425170-
CMYK0.800.8500.33
HSL243.72º74.36%38.24%-
HSV(B)243.72º85.29%66.67%-
XYZ8.263.9438.35-
YUV44.22198.98120.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=14.85%
G=10.92%
B=74.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34251700.800.8500.33243.7274.3638.24
Hex2219AA5055021f44a26
Octal423125212012504136411246
Binary1000101100110101010101000010101010100001111101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2219AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2219AA; }

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

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

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

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

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

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

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

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