#29258F

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

Shades of Ultramarine #29258F

Tints of Ultramarine #29258F

Color information

#29258F (or 0x29258F) is unknown color: approx Ultramarine. HEX triplet: 29, 25 and 8F. RGB value is (41,37,143). Sum of RGB (Red+Green+Blue) = 41+37+143=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #29258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29258F is #D6DA70. Grayscale: #313131. Windows color (decimal): -14080625 or 9381161. OLE color: 9381161.

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

Color convert

RGB4137143-
CMYK0.710.7400.44
HSL242.26º58.89%35.29%-
HSV(B)242.26º74.13%56.08%-
XYZ6.533.7826.37-
YUV50.28180.33121.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 143 (56.25% from 255) = 64.71%
R=18.55%
G=16.74%
B=64.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41371430.710.7400.44242.2658.8935.29
Hex29258F474A02Cf23b23
Octal51452171071120543627343
Binary1010011001011000111110001111001010010110011110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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