#291694

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

Shades of Ultramarine #291694

Tints of Ultramarine #291694

Color information

#291694 (or 0x291694) is unknown color: approx Ultramarine. HEX triplet: 29, 16 and 94. RGB value is (41,22,148). Sum of RGB (Red+Green+Blue) = 41+22+148=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #291694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291694 is #D6E96B. Grayscale: #292929. Windows color (decimal): -14084460 or 9705001. OLE color: 9705001.

HSL color Cylindrical-coordinate representation of color #291694: hue angle of 249.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291694 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4122148-
CMYK0.720.8500.42
HSL249.05º74.12%33.33%-
HSV(B)249.05º85.14%58.04%-
XYZ6.553.1828.29-
YUV42.04187.79127.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 148 (58.20% from 255) = 70.14%
R=19.43%
G=10.43%
B=70.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41221480.720.8500.42249.0574.1233.33
Hex291694485502Af94a21
Octal512622411012505237111241
Binary1010011011010010100100100010101010101010111110011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291694; }

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

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

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

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

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

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

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

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