#292692

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

Shades of Ultramarine #292692

Tints of Ultramarine #292692

Color information

#292692 (or 0x292692) is unknown color: approx Ultramarine. HEX triplet: 29, 26 and 92. RGB value is (41,38,146). Sum of RGB (Red+Green+Blue) = 41+38+146=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #292692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292692 is #D6D96D. Grayscale: #323232. Windows color (decimal): -14080366 or 9578025. OLE color: 9578025.

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

Color convert

RGB4138146-
CMYK0.720.7400.43
HSL241.67º58.7%36.08%-
HSV(B)241.67º73.97%57.25%-
XYZ6.83.9327.6-
YUV51.21181.49120.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=18.22%
G=16.89%
B=64.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41381460.720.7400.43241.6758.736.08
Hex292692484A02Bf23b24
Octal51462221101120533627344
Binary1010011001101001001010010001001010010101111110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292692; }

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

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

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

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

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

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

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

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