#29248F

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

Shades of Ultramarine #29248F

Tints of Ultramarine #29248F

Color information

#29248F (or 0x29248F) is unknown color: approx Ultramarine. HEX triplet: 29, 24 and 8F. RGB value is (41,36,143). Sum of RGB (Red+Green+Blue) = 41+36+143=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #29248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29248F is #D6DB70. Grayscale: #313131. Windows color (decimal): -14080881 or 9380905. OLE color: 9380905.

HSL color Cylindrical-coordinate representation of color #29248F: hue angle of 242.8º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29248F is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4136143-
CMYK0.710.7500.44
HSL242.8º59.78%35.1%-
HSV(B)242.8º74.83%56.08%-
XYZ6.53.7226.36-
YUV49.69180.66121.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 143 (56.25% from 255) = 65%
R=18.64%
G=16.36%
B=65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41361430.710.7500.44242.859.7835.1
Hex29248F474B02Cf33c23
Octal51442171071130543637443
Binary1010011001001000111110001111001011010110011110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29248F; }

 p { color: rgb(41,36,143); }

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

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

 a { background-color: rgb(41,36,143); }

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

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

 span { border-color: rgb(41,36,143); }

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