#2200AA

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

Shades of Ultramarine #2200AA

Tints of Ultramarine #2200AA

Color information

#2200AA (or 0x2200AA) is unknown color: approx Ultramarine. HEX triplet: 22, 00 and AA. RGB value is (34,0,170). Sum of RGB (Red+Green+Blue) = 34+0+170=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #2200AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2200AA is #DDFF55. Grayscale: #1C1C1C. Windows color (decimal): -14548822 or 11141154. OLE color: 11141154.

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

Color convert

RGB340170-
CMYK0.80100.33
HSL252º100%33.33%-
HSV(B)252º100%66.67%-
XYZ7.923.2438.24-
YUV29.55207.26131.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 83.33%
R=16.67%
G=0%
B=83.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3401700.80100.3325210033.33
Hex220AA5064021fc6421
Octal42025212014404137414441
Binary100010010101010101000011001000100001111111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2200AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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