#292092

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

Shades of Ultramarine #292092

Tints of Ultramarine #292092

Color information

#292092 (or 0x292092) is unknown color: approx Ultramarine. HEX triplet: 29, 20 and 92. RGB value is (41,32,146). Sum of RGB (Red+Green+Blue) = 41+32+146=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #292092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292092 is #D6DF6D. Grayscale: #2F2F2F. Windows color (decimal): -14081902 or 9576489. OLE color: 9576489.

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

Color convert

RGB4132146-
CMYK0.720.7800.43
HSL244.74º64.04%34.9%-
HSV(B)244.74º78.08%57.25%-
XYZ6.623.5827.54-
YUV47.69183.48123.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=18.72%
G=14.61%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41321460.720.7800.43244.7464.0434.9
Hex292092484E02Bf54023
Octal514022211011605336510043
Binary10100110000010010010100100010011100101011111101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292092; }

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

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

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

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

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

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

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

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