#292295

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

Shades of Ultramarine #292295

Tints of Ultramarine #292295

Color information

#292295 (or 0x292295) is unknown color: approx Ultramarine. HEX triplet: 29, 22 and 95. RGB value is (41,34,149). Sum of RGB (Red+Green+Blue) = 41+34+149=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #292295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292295 is #D6DD6A. Grayscale: #303030. Windows color (decimal): -14081387 or 9773609. OLE color: 9773609.

HSL color Cylindrical-coordinate representation of color #292295: hue angle of 243.65º 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 #292295 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4134149-
CMYK0.720.7700.42
HSL243.65º62.84%35.88%-
HSV(B)243.65º77.18%58.43%-
XYZ6.913.7928.8-
YUV49.2184.32122.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=18.30%
G=15.18%
B=66.52%

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
Decimal41341490.720.7700.42243.6562.8435.88
Hex292295484D02Af43f24
Octal51422251101150523647744
Binary1010011000101001010110010001001101010101011110100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292295; }

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

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

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

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

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

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

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

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