#290692

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

Shades of Ultramarine #290692

Tints of Ultramarine #290692

Color information

#290692 (or 0x290692) is unknown color: approx Ultramarine. HEX triplet: 29, 06 and 92. RGB value is (41,6,146). Sum of RGB (Red+Green+Blue) = 41+6+146=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #290692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290692 is #D6F96D. Grayscale: #1F1F1F. Windows color (decimal): -14088558 or 9569833. OLE color: 9569833.

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

Color convert

RGB416146-
CMYK0.720.9600.43
HSL255º92.11%29.8%-
HSV(B)255º95.89%57.25%-
XYZ6.172.6827.39-
YUV32.43192.1134.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=21.24%
G=3.11%
B=75.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4161460.720.9600.4325592.1129.8
Hex29692486002Bff5c1e
Octal51622211014005337713436
Binary1010011101001001010010001100000010101111111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290692; }

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

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

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

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

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

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

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

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