#2904AE

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

Shades of Ultramarine #2904AE

Tints of Ultramarine #2904AE

Color information

#2904AE (or 0x2904AE) is unknown color: approx Ultramarine. HEX triplet: 29, 04 and AE. RGB value is (41,4,174). Sum of RGB (Red+Green+Blue) = 41+4+174=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #2904AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2904AE is #D6FB51. Grayscale: #212121. Windows color (decimal): -14089042 or 11404329. OLE color: 11404329.

HSL color Cylindrical-coordinate representation of color #2904AE: hue angle of 253.06º degrees, saturation: 0.96, 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 #2904AE is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB414174-
CMYK0.760.9800.32
HSL253.06º95.51%34.9%-
HSV(B)253.06º97.7%68.24%-
XYZ8.63.6140.29-
YUV34.44206.76132.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 174 (68.36% from 255) = 79.45%
R=18.72%
G=1.83%
B=79.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4141740.760.9800.32253.0695.5134.9
Hex294AE4C62020fd6023
Octal51425611414204037514043
Binary10100110010101110100110011000100100000111111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2904AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2904AE; }

 p { color: rgb(41,4,174); }

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

<style>
 a { background-color: #2904AE; }

 a { background-color: rgb(41,4,174); }

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

<style>
 span { border-color: #2904AE; }

 span { border-color: rgb(41,4,174); }

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