#292895

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

Shades of Ultramarine #292895

Tints of Ultramarine #292895

Color information

#292895 (or 0x292895) is unknown color: approx Ultramarine. HEX triplet: 29, 28 and 95. RGB value is (41,40,149). Sum of RGB (Red+Green+Blue) = 41+40+149=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #292895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292895 is #D6D76A. Grayscale: #343434. Windows color (decimal): -14079851 or 9775145. OLE color: 9775145.

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

Color convert

RGB4140149-
CMYK0.720.7300.42
HSL240.55º57.67%37.06%-
HSV(B)240.55º73.15%58.43%-
XYZ7.14.1628.86-
YUV52.72182.33119.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=17.83%
G=17.39%
B=64.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41401490.720.7300.42240.5557.6737.06
Hex292895484902Af13a25
Octal51502251101110523617245
Binary1010011010001001010110010001001001010101011110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292895; }

 p { color: rgb(41,40,149); }

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

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

 a { background-color: rgb(41,40,149); }

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

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

 span { border-color: rgb(41,40,149); }

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