Html Css Color HEX #292196 Ultramarine

📋 copy color: '#292196'

red 41 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #292196

Tints of Ultramarine #292196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

 BLUE value IS 150 (58.98% from 255) = 66.96%

R = 18.3%
G = 14.73%
B = 66.96%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#292196 (or 0x292196) is known color: Ultramarine. HEX triplet: 29, 21 and 96. RGB value is (41,33,150). Sum of RGB (Red+Green+Blue) = 41+33+150=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #292196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292196 is #D6DE69. Grayscale: #303030. Windows color (decimal): -14081642 or 9838889. OLE color: 9838889.

HSL color Cylindrical-coordinate representation of color #292196: hue angle of 244.1º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292196 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 33 150 -
CMYK 0.73 0.78 0 0.41
HSL 244.1º 0.64% 0.36% -
HSV(B) 244.1º 0.78% 0.59% -
XYZ 6.96 3.76 29.21 -
YUV 48.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 41 33 150 0.73 0.78 0 0.41 244.1 0.64 0.36
Hex 29 21 96 49 4E 0 29 F4 40 24
Octal 51 41 226 111 116 0 51 364 100 44
Binary 101001 100001 10010110 1001001 1001110 0 101001 11110100 1000000 100100

Color Harmonies of #292196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292196

Black with #292196

Text Example


Text Example

White with #292196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292196; }

 p { color: rgb(41,33,150); }

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

background-color css

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

 a { background-color: rgb(41,33,150); }

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

border-color css

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

 span { border-color: rgb(41,33,150); }

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