#292390

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

Shades of Ultramarine #292390

Tints of Ultramarine #292390

Color information

#292390 (or 0x292390) is unknown color: approx Ultramarine. HEX triplet: 29, 23 and 90. RGB value is (41,35,144). Sum of RGB (Red+Green+Blue) = 41+35+144=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #292390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292390 is #D6DC6F. Grayscale: #303030. Windows color (decimal): -14081136 or 9446185. OLE color: 9446185.

HSL color Cylindrical-coordinate representation of color #292390: hue angle of 243.3º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292390 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4135144-
CMYK0.720.7600.44
HSL243.3º60.89%35.1%-
HSV(B)243.3º75.69%56.47%-
XYZ6.553.6926.75-
YUV49.22181.49122.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=18.64%
G=15.91%
B=65.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41351440.720.7600.44243.360.8935.1
Hex292390484C02Cf33d23
Octal51432201101140543637543
Binary1010011000111001000010010001001100010110011110011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292390; }

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

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

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

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

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

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

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

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