#290494

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

Shades of Ultramarine #290494

Tints of Ultramarine #290494

Color information

#290494 (or 0x290494) is unknown color: approx Ultramarine. HEX triplet: 29, 04 and 94. RGB value is (41,4,148). Sum of RGB (Red+Green+Blue) = 41+4+148=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #290494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290494 is #D6FB6B. Grayscale: #1E1E1E. Windows color (decimal): -14089068 or 9700393. OLE color: 9700393.

HSL color Cylindrical-coordinate representation of color #290494: hue angle of 255.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290494 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB414148-
CMYK0.720.9700.42
HSL255.42º94.74%29.8%-
HSV(B)255.42º97.3%58.04%-
XYZ6.32.728.21-
YUV31.48193.76134.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 148 (58.20% from 255) = 76.68%
R=21.24%
G=2.07%
B=76.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4141480.720.9700.42255.4294.7429.8
Hex29494486102Aff5f1e
Octal51422411014105237713736
Binary1010011001001010010010001100001010101011111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290494; }

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

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

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

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

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

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

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

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