#292591

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

Shades of Ultramarine #292591

Tints of Ultramarine #292591

Color information

#292591 (or 0x292591) is unknown color: approx Ultramarine. HEX triplet: 29, 25 and 91. RGB value is (41,37,145). Sum of RGB (Red+Green+Blue) = 41+37+145=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #292591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292591 is #D6DA6E. Grayscale: #323232. Windows color (decimal): -14080623 or 9512233. OLE color: 9512233.

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

Color convert

RGB4137145-
CMYK0.720.7400.43
HSL242.22º59.34%35.69%-
HSV(B)242.22º74.48%56.86%-
XYZ6.693.8427.18-
YUV50.51181.33121.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=18.39%
G=16.59%
B=65.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41371450.720.7400.43242.2259.3435.69
Hex292591484A02Bf23b24
Octal51452211101120533627344
Binary1010011001011001000110010001001010010101111110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292591; }

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

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

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

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

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

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

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

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