#292190

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

Shades of Ultramarine #292190

Tints of Ultramarine #292190

Color information

#292190 (or 0x292190) is unknown color: approx Ultramarine. HEX triplet: 29, 21 and 90. RGB value is (41,33,144). Sum of RGB (Red+Green+Blue) = 41+33+144=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #292190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292190 is #D6DE6F. Grayscale: #2F2F2F. Windows color (decimal): -14081648 or 9445673. OLE color: 9445673.

HSL color Cylindrical-coordinate representation of color #292190: hue angle of 244.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292190 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4133144-
CMYK0.720.7700.44
HSL244.32º62.71%34.71%-
HSV(B)244.32º77.08%56.47%-
XYZ6.493.5726.73-
YUV48.05182.15122.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 144 (56.64% from 255) = 66.06%
R=18.81%
G=15.14%
B=66.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41331440.720.7700.44244.3262.7134.71
Hex292190484D02Cf43f23
Octal51412201101150543647743
Binary1010011000011001000010010001001101010110011110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292190; }

 p { color: rgb(41,33,144); }

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

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

 a { background-color: rgb(41,33,144); }

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

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

 span { border-color: rgb(41,33,144); }

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