#2902AD

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

Shades of Ultramarine #2902AD

Tints of Ultramarine #2902AD

Color information

#2902AD (or 0x2902AD) is unknown color: approx Ultramarine. HEX triplet: 29, 02 and AD. RGB value is (41,2,173). Sum of RGB (Red+Green+Blue) = 41+2+173=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #2902AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2902AD is #D6FD52. Grayscale: #202020. Windows color (decimal): -14089555 or 11338281. OLE color: 11338281.

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

Color convert

RGB412173-
CMYK0.760.9900.32
HSL253.68º97.71%34.31%-
HSV(B)253.68º98.84%67.84%-
XYZ8.483.5339.77-
YUV33.16206.92133.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 173 (67.97% from 255) = 80.09%
R=18.98%
G=0.93%
B=80.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4121730.760.9900.32253.6897.7134.31
Hex292AD4C63020fe6222
Octal51225511414304037614242
Binary1010011010101101100110011000110100000111111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2902AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,2,173); }

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

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

 a { background-color: rgb(41,2,173); }

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

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

 span { border-color: rgb(41,2,173); }

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