#292294

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

Shades of Ultramarine #292294

Tints of Ultramarine #292294

Color information

#292294 (or 0x292294) is unknown color: approx Ultramarine. HEX triplet: 29, 22 and 94. RGB value is (41,34,148). Sum of RGB (Red+Green+Blue) = 41+34+148=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #292294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292294 is #D6DD6B. Grayscale: #303030. Windows color (decimal): -14081388 or 9708073. OLE color: 9708073.

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

Color convert

RGB4134148-
CMYK0.720.7700.42
HSL243.68º62.64%35.69%-
HSV(B)243.68º77.03%58.04%-
XYZ6.833.7528.38-
YUV49.09183.82122.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 148 (58.20% from 255) = 66.37%
R=18.39%
G=15.25%
B=66.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41341480.720.7700.42243.6862.6435.69
Hex292294484D02Af43f24
Octal51422241101150523647744
Binary1010011000101001010010010001001101010101011110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292294; }

 p { color: rgb(41,34,148); }

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

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

 a { background-color: rgb(41,34,148); }

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

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

 span { border-color: rgb(41,34,148); }

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