#292693

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

Shades of Ultramarine #292693

Tints of Ultramarine #292693

Color information

#292693 (or 0x292693) is unknown color: approx Ultramarine. HEX triplet: 29, 26 and 93. RGB value is (41,38,147). Sum of RGB (Red+Green+Blue) = 41+38+147=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #292693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292693 is #D6D96C. Grayscale: #323232. Windows color (decimal): -14080365 or 9643561. OLE color: 9643561.

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

Color convert

RGB4138147-
CMYK0.720.7400.42
HSL241.65º58.92%36.27%-
HSV(B)241.65º74.15%57.65%-
XYZ6.873.9628.01-
YUV51.32181.99120.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 147 (57.81% from 255) = 65.04%
R=18.14%
G=16.81%
B=65.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41381470.720.7400.42241.6558.9236.27
Hex292693484A02Af23b24
Octal51462231101120523627344
Binary1010011001101001001110010001001010010101011110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292693; }

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

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

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

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

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

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

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

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