Html Css Color HEX #29209D Ultramarine

📋 copy color: '#29209D'

red 41 ◦ green 32 ◦ blue 157

#29209D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #29209D

Tints of Ultramarine #29209D

RGB

 RED value IS 41 (16.41% from 255) = 17.83%

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 157 (61.72% from 255) = 68.26%

R = 17.83%
G = 13.91%
B = 68.26%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29209D (or 0x29209D) is known color: Ultramarine. HEX triplet: 29, 20 and 9D. RGB value is (41,32,157). Sum of RGB (Red+Green+Blue) = 41+32+157=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #29209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29209D is #D6DF62. Grayscale: #303030. Windows color (decimal): -14081891 or 10297385. OLE color: 10297385.

HSL color Cylindrical-coordinate representation of color #29209D: hue angle of 244.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29209D is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 32 157 -
CMYK 0.74 0.80 0 0.38
HSL 244.32º 0.66% 0.37% -
HSV(B) 244.32º 0.8% 0.62% -
XYZ 7.52 3.94 32.26 -
YUV 48.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 41 32 157 0.74 0.80 0 0.38 244.32 0.66 0.37
Hex 29 20 9D 4A 50 0 26 F4 42 25
Octal 51 40 235 112 120 0 46 364 102 45
Binary 101001 100000 10011101 1001010 1010000 0 100110 11110100 1000010 100101

Color Harmonies of #29209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29209D

Black with #29209D

Text Example


Text Example

White with #29209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,32,157); }

 H1.HeaderClassName
 {
   color: #29209D;
 }
 .AnyTagClassName
 {
   color: #29209D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,32,157); }

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

border-color css

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

 span { border-color: rgb(41,32,157); }

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