#291892

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

Shades of Ultramarine #291892

Tints of Ultramarine #291892

Color information

#291892 (or 0x291892) is unknown color: approx Ultramarine. HEX triplet: 29, 18 and 92. RGB value is (41,24,146). Sum of RGB (Red+Green+Blue) = 41+24+146=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #291892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291892 is #D6E76D. Grayscale: #2A2A2A. Windows color (decimal): -14083950 or 9574441. OLE color: 9574441.

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

Color convert

RGB4124146-
CMYK0.720.8400.43
HSL248.36º71.76%33.33%-
HSV(B)248.36º83.56%57.25%-
XYZ6.433.227.47-
YUV42.99186.13126.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=19.43%
G=11.37%
B=69.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41241460.720.8400.43248.3671.7633.33
Hex291892485402Bf84821
Octal513022211012405337011041
Binary1010011100010010010100100010101000101011111110001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291892; }

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

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

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

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

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

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

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

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