#292590

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

Shades of Ultramarine #292590

Tints of Ultramarine #292590

Color information

#292590 (or 0x292590) is unknown color: approx Ultramarine. HEX triplet: 29, 25 and 90. RGB value is (41,37,144). Sum of RGB (Red+Green+Blue) = 41+37+144=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #292590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292590 is #D6DA6F. Grayscale: #313131. Windows color (decimal): -14080624 or 9446697. OLE color: 9446697.

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

Color convert

RGB4137144-
CMYK0.720.7400.44
HSL242.24º59.12%35.49%-
HSV(B)242.24º74.31%56.47%-
XYZ6.613.8126.77-
YUV50.39180.83121.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 144 (56.64% from 255) = 64.86%
R=18.47%
G=16.67%
B=64.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41371440.720.7400.44242.2459.1235.49
Hex292590484A02Cf23b23
Octal51452201101120543627343
Binary1010011001011001000010010001001010010110011110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292590; }

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

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

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

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

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

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

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

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