#291E92

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

Shades of Ultramarine #291E92

Tints of Ultramarine #291E92

Color information

#291E92 (or 0x291E92) is unknown color: approx Ultramarine. HEX triplet: 29, 1E and 92. RGB value is (41,30,146). Sum of RGB (Red+Green+Blue) = 41+30+146=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #291E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E92 is #D6E16D. Grayscale: #2E2E2E. Windows color (decimal): -14082414 or 9575977. OLE color: 9575977.

HSL color Cylindrical-coordinate representation of color #291E92: hue angle of 245.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291E92 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4130146-
CMYK0.720.7900.43
HSL245.69º65.91%34.51%-
HSV(B)245.69º79.45%57.25%-
XYZ6.573.4827.52-
YUV46.51184.14124.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=18.89%
G=13.82%
B=67.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41301460.720.7900.43245.6965.9134.51
Hex291E92484F02Bf64223
Octal513622211011705336610243
Binary1010011111010010010100100010011110101011111101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E92; }

 p { color: rgb(41,30,146); }

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

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

 a { background-color: rgb(41,30,146); }

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

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

 span { border-color: rgb(41,30,146); }

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