#2209AA

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

Shades of Ultramarine #2209AA

Tints of Ultramarine #2209AA

Color information

#2209AA (or 0x2209AA) is unknown color: approx Ultramarine. HEX triplet: 22, 09 and AA. RGB value is (34,9,170). Sum of RGB (Red+Green+Blue) = 34+9+170=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #2209AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2209AA is #DDF655. Grayscale: #222222. Windows color (decimal): -14546518 or 11143458. OLE color: 11143458.

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

Color convert

RGB349170-
CMYK0.800.9500.33
HSL249.32º89.94%35.1%-
HSV(B)249.32º94.71%66.67%-
XYZ8.013.4438.27-
YUV34.83204.28127.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.96%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 170 (66.80% from 255) = 79.81%
R=15.96%
G=4.23%
B=79.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3491700.800.9500.33249.3289.9435.1
Hex229AA505F021f95a23
Octal421125212013704137113243
Binary100010100110101010101000010111110100001111110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2209AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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