#2904AB

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

Shades of Ultramarine #2904AB

Tints of Ultramarine #2904AB

Color information

#2904AB (or 0x2904AB) is unknown color: approx Ultramarine. HEX triplet: 29, 04 and AB. RGB value is (41,4,171). Sum of RGB (Red+Green+Blue) = 41+4+171=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #2904AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2904AB is #D6FB54. Grayscale: #212121. Windows color (decimal): -14089045 or 11207721. OLE color: 11207721.

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

Color convert

RGB414171-
CMYK0.760.9800.33
HSL253.29º95.43%34.31%-
HSV(B)253.29º97.66%67.06%-
XYZ8.313.538.77-
YUV34.1205.26132.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 171 (67.19% from 255) = 79.17%
R=18.98%
G=1.85%
B=79.17%

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
Decimal4141710.760.9800.33253.2995.4334.31
Hex294AB4C62021fd5f22
Octal51425311414204137513742
Binary10100110010101011100110011000100100001111111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2904AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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