#29238D

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

Shades of Ultramarine #29238D

Tints of Ultramarine #29238D

Color information

#29238D (or 0x29238D) is unknown color: approx Ultramarine. HEX triplet: 29, 23 and 8D. RGB value is (41,35,141). Sum of RGB (Red+Green+Blue) = 41+35+141=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #29238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29238D is #D6DC72. Grayscale: #303030. Windows color (decimal): -14081139 or 9249577. OLE color: 9249577.

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

Color convert

RGB4135141-
CMYK0.710.7500.45
HSL243.4º60.23%34.51%-
HSV(B)243.4º75.18%55.29%-
XYZ6.323.625.56-
YUV48.88179.99122.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 141 (55.47% from 255) = 64.98%
R=18.89%
G=16.13%
B=64.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41351410.710.7500.45243.460.2334.51
Hex29238D474B02Df33c23
Octal51432151071130553637443
Binary1010011000111000110110001111001011010110111110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29238D; }

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

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

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

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

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

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

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

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