#2206B4

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

Shades of Ultramarine #2206B4

Tints of Ultramarine #2206B4

Color information

#2206B4 (or 0x2206B4) is unknown color: approx Ultramarine. HEX triplet: 22, 06 and B4. RGB value is (34,6,180). Sum of RGB (Red+Green+Blue) = 34+6+180=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 180 (70.70% from 255 or 81.82% from 220); Max value from RGB is 180 - color contains mainly: blue. Hex color #2206B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206B4 is #DDF94B. Grayscale: #212121. Windows color (decimal): -14547276 or 11798050. OLE color: 11798050.

HSL color Cylindrical-coordinate representation of color #2206B4: hue angle of 249.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206B4 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB346180-
CMYK0.810.9700.29
HSL249.66º93.55%36.47%-
HSV(B)249.66º96.67%70.59%-
XYZ8.963.7743.43-
YUV34.21210.28127.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.45%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 180 (70.70% from 255) = 81.82%
R=15.45%
G=2.73%
B=81.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3461800.810.9700.29249.6693.5536.47
Hex226B4516101Dfa5e24
Octal42626412114103537213644
Binary1000101101011010010100011100001011101111110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2206B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2206B4; }

 p { color: rgb(34,6,180); }

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

<style>
 a { background-color: #2206B4; }

 a { background-color: rgb(34,6,180); }

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

<style>
 span { border-color: #2206B4; }

 span { border-color: rgb(34,6,180); }

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