#291C94

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

Shades of Ultramarine #291C94

Tints of Ultramarine #291C94

Color information

#291C94 (or 0x291C94) is unknown color: approx Ultramarine. HEX triplet: 29, 1C and 94. RGB value is (41,28,148). Sum of RGB (Red+Green+Blue) = 41+28+148=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #291C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C94 is #D6E36B. Grayscale: #2D2D2D. Windows color (decimal): -14082924 or 9706537. OLE color: 9706537.

HSL color Cylindrical-coordinate representation of color #291C94: hue angle of 246.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291C94 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4128148-
CMYK0.720.8100.42
HSL246.5º68.18%34.51%-
HSV(B)246.5º81.08%58.04%-
XYZ6.683.4428.33-
YUV45.57185.81124.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=18.89%
G=12.90%
B=68.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41281480.720.8100.42246.568.1834.51
Hex291C94485102Af64423
Octal513422411012105236610443
Binary1010011110010010100100100010100010101010111101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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