#292394

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

Shades of Ultramarine #292394

Tints of Ultramarine #292394

Color information

#292394 (or 0x292394) is unknown color: approx Ultramarine. HEX triplet: 29, 23 and 94. RGB value is (41,35,148). Sum of RGB (Red+Green+Blue) = 41+35+148=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #292394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292394 is #D6DC6B. Grayscale: #313131. Windows color (decimal): -14081132 or 9708329. OLE color: 9708329.

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

Color convert

RGB4135148-
CMYK0.720.7600.42
HSL243.19º61.75%35.88%-
HSV(B)243.19º76.35%58.04%-
XYZ6.863.8128.39-
YUV49.68183.49121.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 148 (58.20% from 255) = 66.07%
R=18.30%
G=15.62%
B=66.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41351480.720.7600.42243.1961.7535.88
Hex292394484C02Af33e24
Octal51432241101140523637644
Binary1010011000111001010010010001001100010101011110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292394; }

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

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

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

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

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

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

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

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