#2203AD

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

Shades of Ultramarine #2203AD

Tints of Ultramarine #2203AD

Color information

#2203AD (or 0x2203AD) is unknown color: approx Ultramarine. HEX triplet: 22, 03 and AD. RGB value is (34,3,173). Sum of RGB (Red+Green+Blue) = 34+3+173=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #2203AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2203AD is #DDFC52. Grayscale: #1F1F1F. Windows color (decimal): -14548051 or 11338530. OLE color: 11338530.

HSL color Cylindrical-coordinate representation of color #2203AD: hue angle of 250.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2203AD is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB343173-
CMYK0.800.9800.32
HSL250.94º96.59%34.51%-
HSV(B)250.94º98.27%67.84%-
XYZ8.243.4239.76-
YUV31.65207.77129.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 173 (67.97% from 255) = 82.38%
R=16.19%
G=1.43%
B=82.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3431730.800.9800.32250.9496.5934.51
Hex223AD5062020fb6123
Octal42325512014204037314143
Binary1000101110101101101000011000100100000111110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2203AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2203AD; }

 p { color: rgb(34,3,173); }

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

<style>
 a { background-color: #2203AD; }

 a { background-color: rgb(34,3,173); }

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

<style>
 span { border-color: #2203AD; }

 span { border-color: rgb(34,3,173); }

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