Html Css Color HEX #29268E Ultramarine

📋 copy color: '#29268E'

red 41 ◦ green 38 ◦ blue 142

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

Shades of Ultramarine #29268E

Tints of Ultramarine #29268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 142 (55.86% from 255) = 64.25%

R = 18.55%
G = 17.19%
B = 64.25%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29268E (or 0x29268E) is known color: Ultramarine. HEX triplet: 29, 26 and 8E. RGB value is (41,38,142). Sum of RGB (Red+Green+Blue) = 41+38+142=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #29268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29268E is #D6D971. Grayscale: #323232. Windows color (decimal): -14080370 or 9315881. OLE color: 9315881.

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

Color convert

RGB 41 38 142 -
CMYK 0.71 0.73 0 0.44
HSL 241.73º 0.58% 0.35% -
HSV(B) 241.73º 0.73% 0.56% -
XYZ 6.49 3.81 25.98 -
YUV 50.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 41 38 142 0.71 0.73 0 0.44 241.73 0.58 0.35
Hex 29 26 8E 47 49 0 2C F2 3A 23
Octal 51 46 216 107 111 0 54 362 72 43
Binary 101001 100110 10001110 1000111 1001001 0 101100 11110010 111010 100011

Color Harmonies of #29268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29268E

Black with #29268E

Text Example


Text Example

White with #29268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29268E; }

 p { color: rgb(41,38,142); }

 H1.HeaderClassName
 {
   color: #29268E;
 }
 .AnyTagClassName
 {
   color: #29268E;
 }
</style>

background-color css

<style>
 a { background-color: #29268E; }

 a { background-color: rgb(41,38,142); }

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

border-color css

<style>
 span { border-color: #29268E; }

 span { border-color: rgb(41,38,142); }

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