#292690

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

Shades of Ultramarine #292690

Tints of Ultramarine #292690

Color information

#292690 (or 0x292690) is unknown color: approx Ultramarine. HEX triplet: 29, 26 and 90. RGB value is (41,38,144). Sum of RGB (Red+Green+Blue) = 41+38+144=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #292690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292690 is #D6D96F. Grayscale: #323232. Windows color (decimal): -14080368 or 9446953. OLE color: 9446953.

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

Color convert

RGB4138144-
CMYK0.720.7400.44
HSL241.7º58.24%35.69%-
HSV(B)241.7º73.61%56.47%-
XYZ6.643.8726.78-
YUV50.98180.49120.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=18.39%
G=17.04%
B=64.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41381440.720.7400.44241.758.2435.69
Hex292690484A02Cf23a24
Octal51462201101120543627244
Binary1010011001101001000010010001001010010110011110010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292690; }

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

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

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

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

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

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

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

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