#2218A1

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

Shades of Ultramarine #2218A1

Tints of Ultramarine #2218A1

Color information

#2218A1 (or 0x2218A1) is unknown color: approx Ultramarine. HEX triplet: 22, 18 and A1. RGB value is (34,24,161). Sum of RGB (Red+Green+Blue) = 34+24+161=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 161 (63.28% from 255 or 73.52% from 219); Max value from RGB is 161 - color contains mainly: blue. Hex color #2218A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2218A1 is #DDE75E. Grayscale: #2A2A2A. Windows color (decimal): -14542687 or 10557474. OLE color: 10557474.

HSL color Cylindrical-coordinate representation of color #2218A1: hue angle of 244.38º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2218A1 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3424161-
CMYK0.790.8500.37
HSL244.38º74.05%36.27%-
HSV(B)244.38º85.09%63.14%-
XYZ7.423.5734.02-
YUV42.61194.81121.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 161 (63.28% from 255) = 73.52%
R=15.53%
G=10.96%
B=73.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34241610.790.8500.37244.3874.0536.27
Hex2218A14F55025f44a24
Octal423024111712504536411244
Binary1000101100010100001100111110101010100101111101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2218A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2218A1; }

 p { color: rgb(34,24,161); }

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

<style>
 a { background-color: #2218A1; }

 a { background-color: rgb(34,24,161); }

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

<style>
 span { border-color: #2218A1; }

 span { border-color: rgb(34,24,161); }

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