#2904AC

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

Shades of Ultramarine #2904AC

Tints of Ultramarine #2904AC

Color information

#2904AC (or 0x2904AC) is unknown color: approx Ultramarine. HEX triplet: 29, 04 and AC. RGB value is (41,4,172). Sum of RGB (Red+Green+Blue) = 41+4+172=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #2904AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2904AC is #D6FB53. Grayscale: #212121. Windows color (decimal): -14089044 or 11273257. OLE color: 11273257.

HSL color Cylindrical-coordinate representation of color #2904AC: hue angle of 253.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904AC is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB414172-
CMYK0.760.9800.33
HSL253.21º95.45%34.51%-
HSV(B)253.21º97.67%67.45%-
XYZ8.43.5439.27-
YUV34.22205.76132.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 172 (67.58% from 255) = 79.26%
R=18.89%
G=1.84%
B=79.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4141720.760.9800.33253.2195.4534.51
Hex294AC4C62021fd5f23
Octal51425411414204137513743
Binary10100110010101100100110011000100100001111111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2904AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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