#220DB2

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

Shades of Ultramarine #220DB2

Tints of Ultramarine #220DB2

Color information

#220DB2 (or 0x220DB2) is unknown color: approx Ultramarine. HEX triplet: 22, 0D and B2. RGB value is (34,13,178). Sum of RGB (Red+Green+Blue) = 34+13+178=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #220DB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220DB2 is #DDF24D. Grayscale: #252525. Windows color (decimal): -14545486 or 11668770. OLE color: 11668770.

HSL color Cylindrical-coordinate representation of color #220DB2: hue angle of 247.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220DB2 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3413178-
CMYK0.810.9300.30
HSL247.64º86.39%37.45%-
HSV(B)247.64º92.7%69.8%-
XYZ8.843.8442.4-
YUV38.09206.96125.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 178 (69.92% from 255) = 79.11%
R=15.11%
G=5.78%
B=79.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal34131780.810.9300.30247.6486.3937.45
Hex22DB2515D01Ef85625
Octal421526212113503637012645
Binary10001011011011001010100011011101011110111110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220DB2; }

 p { color: rgb(34,13,178); }

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

<style>
 a { background-color: #220DB2; }

 a { background-color: rgb(34,13,178); }

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

<style>
 span { border-color: #220DB2; }

 span { border-color: rgb(34,13,178); }

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