#2914AA

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

Shades of Ultramarine #2914AA

Tints of Ultramarine #2914AA

Color information

#2914AA (or 0x2914AA) is unknown color: approx Ultramarine. HEX triplet: 29, 14 and AA. RGB value is (41,20,170). Sum of RGB (Red+Green+Blue) = 41+20+170=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #2914AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2914AA is #D6EB55. Grayscale: #2A2A2A. Windows color (decimal): -14084950 or 11146281. OLE color: 11146281.

HSL color Cylindrical-coordinate representation of color #2914AA: hue angle of 248.4º 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 #2914AA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4120170-
CMYK0.760.8800.33
HSL248.4º78.95%37.25%-
HSV(B)248.4º88.24%66.67%-
XYZ8.423.8738.33-
YUV43.38199.46126.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 170 (66.80% from 255) = 73.59%
R=17.75%
G=8.66%
B=73.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41201700.760.8800.33248.478.9537.25
Hex2914AA4C58021f84f25
Octal512425211413004137011745
Binary1010011010010101010100110010110000100001111110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2914AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2914AA; }

 p { color: rgb(41,20,170); }

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

<style>
 a { background-color: #2914AA; }

 a { background-color: rgb(41,20,170); }

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

<style>
 span { border-color: #2914AA; }

 span { border-color: rgb(41,20,170); }

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