#2206AB

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

Shades of Ultramarine #2206AB

Tints of Ultramarine #2206AB

Color information

#2206AB (or 0x2206AB) is unknown color: approx Ultramarine. HEX triplet: 22, 06 and AB. RGB value is (34,6,171). Sum of RGB (Red+Green+Blue) = 34+6+171=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #2206AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2206AB is #DDF954. Grayscale: #202020. Windows color (decimal): -14547285 or 11208226. OLE color: 11208226.

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

Color convert

RGB346171-
CMYK0.800.9600.33
HSL250.18º93.22%34.71%-
HSV(B)250.18º96.49%67.06%-
XYZ8.083.4138.76-
YUV33.18205.78128.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 171 (67.19% from 255) = 81.04%
R=16.11%
G=2.84%
B=81.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3461710.800.9600.33250.1893.2234.71
Hex226AB5060021fa5d23
Octal42625312014004137213543
Binary10001011010101011101000011000000100001111110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2206AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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