#290394

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

Shades of Ultramarine #290394

Tints of Ultramarine #290394

Color information

#290394 (or 0x290394) is unknown color: approx Ultramarine. HEX triplet: 29, 03 and 94. RGB value is (41,3,148). Sum of RGB (Red+Green+Blue) = 41+3+148=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #290394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290394 is #D6FC6B. Grayscale: #1E1E1E. Windows color (decimal): -14089324 or 9700137. OLE color: 9700137.

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

Color convert

RGB413148-
CMYK0.720.9800.42
HSL255.72º96.03%29.61%-
HSV(B)255.72º97.97%58.04%-
XYZ6.292.6728.2-
YUV30.89194.09135.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 148 (58.20% from 255) = 77.08%
R=21.35%
G=1.56%
B=77.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4131480.720.9800.42255.7296.0329.61
Hex29394486202A100601e
Octal51322411014205240014036
Binary1010011110010100100100011000100101010100000000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290394; }

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

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

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

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

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

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

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

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