#292399

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

Shades of Ultramarine #292399

Tints of Ultramarine #292399

Color information

#292399 (or 0x292399) is unknown color: approx Ultramarine. HEX triplet: 29, 23 and 99. RGB value is (41,35,153). Sum of RGB (Red+Green+Blue) = 41+35+153=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #292399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292399 is #D6DC66. Grayscale: #313131. Windows color (decimal): -14081127 or 10036009. OLE color: 10036009.

HSL color Cylindrical-coordinate representation of color #292399: hue angle of 243.05º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292399 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4135153-
CMYK0.730.7700.4
HSL243.05º62.77%36.86%-
HSV(B)243.05º77.12%60%-
XYZ7.273.9730.52-
YUV50.25185.99121.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=17.90%
G=15.28%
B=66.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41351530.730.7700.4243.0562.7736.86
Hex292399494D028f33f25
Octal51432311111150503637745
Binary1010011000111001100110010011001101010100011110011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292399; }

 p { color: rgb(41,35,153); }

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

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

 a { background-color: rgb(41,35,153); }

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

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

 span { border-color: rgb(41,35,153); }

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