#29259A

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

Shades of Ultramarine #29259A

Tints of Ultramarine #29259A

Color information

#29259A (or 0x29259A) is unknown color: approx Ultramarine. HEX triplet: 29, 25 and 9A. RGB value is (41,37,154). Sum of RGB (Red+Green+Blue) = 41+37+154=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #29259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29259A is #D6DA65. Grayscale: #333333. Windows color (decimal): -14080614 or 10102057. OLE color: 10102057.

HSL color Cylindrical-coordinate representation of color #29259A: hue angle of 242.05º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29259A is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4137154-
CMYK0.730.7600.40
HSL242.05º61.26%37.45%-
HSV(B)242.05º75.97%60.39%-
XYZ7.414.1330.98-
YUV51.53185.83120.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=17.67%
G=15.95%
B=66.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41371540.730.7600.40242.0561.2637.45
Hex29259A494C028f23d25
Octal51452321111140503627545
Binary1010011001011001101010010011001100010100011110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29259A; }

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

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

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

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

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

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

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

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