#2209B5

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

Shades of Ultramarine #2209B5

Tints of Ultramarine #2209B5

Color information

#2209B5 (or 0x2209B5) is unknown color: approx Ultramarine. HEX triplet: 22, 09 and B5. RGB value is (34,9,181). Sum of RGB (Red+Green+Blue) = 34+9+181=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 181 (71.09% from 255 or 80.80% from 224); Max value from RGB is 181 - color contains mainly: blue. Hex color #2209B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2209B5 is #DDF64A. Grayscale: #232323. Windows color (decimal): -14546507 or 11864354. OLE color: 11864354.

HSL color Cylindrical-coordinate representation of color #2209B5: hue angle of 248.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2209B5 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB349181-
CMYK0.810.9500.29
HSL248.72º90.53%37.25%-
HSV(B)248.72º95.03%70.98%-
XYZ9.13.8743.98-
YUV36.08209.78126.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 181 (71.09% from 255) = 80.80%
R=15.18%
G=4.02%
B=80.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3491810.810.9500.29248.7290.5337.25
Hex229B5515F01Df95b25
Octal421126512113703537113345
Binary10001010011011010110100011011111011101111110011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2209B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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