#2214AB

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

Shades of Ultramarine #2214AB

Tints of Ultramarine #2214AB

Color information

#2214AB (or 0x2214AB) is unknown color: approx Ultramarine. HEX triplet: 22, 14 and AB. RGB value is (34,20,171). Sum of RGB (Red+Green+Blue) = 34+20+171=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #2214AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2214AB is #DDEB54. Grayscale: #282828. Windows color (decimal): -14543701 or 11211810. OLE color: 11211810.

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

Color convert

RGB3420171-
CMYK0.800.8800.33
HSL245.56º79.06%37.45%-
HSV(B)245.56º88.3%67.06%-
XYZ8.263.7838.82-
YUV41.4201.14122.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 171 (67.19% from 255) = 76%
R=15.11%
G=8.89%
B=76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34201710.800.8800.33245.5679.0637.45
Hex2214AB5058021f64f25
Octal422425312013004136611745
Binary1000101010010101011101000010110000100001111101101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2214AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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