Html Css Color HEX #292190 Ultramarine

📋 copy color: '#292190'

red 41 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #292190

Tints of Ultramarine #292190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 18.81%
G = 15.14%
B = 66.06%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#292190 (or 0x292190) is known color: Ultramarine. HEX triplet: 29, 21 and 90. RGB value is (41,33,144). Sum of RGB (Red+Green+Blue) = 41+33+144=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #292190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292190 is #D6DE6F. Grayscale: #2F2F2F. Windows color (decimal): -14081648 or 9445673. OLE color: 9445673.

HSL color Cylindrical-coordinate representation of color #292190: hue angle of 244.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #292190 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 33 144 -
CMYK 0.72 0.77 0 0.44
HSL 244.32º 0.63% 0.35% -
HSV(B) 244.32º 0.77% 0.56% -
XYZ 6.49 3.57 26.73 -
YUV 48.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 41 33 144 0.72 0.77 0 0.44 244.32 0.63 0.35
Hex 29 21 90 48 4D 0 2C F4 3F 23
Octal 51 41 220 110 115 0 54 364 77 43
Binary 101001 100001 10010000 1001000 1001101 0 101100 11110100 111111 100011

Color Harmonies of #292190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292190

Black with #292190

Text Example


Text Example

White with #292190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292190; }

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

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

background-color css

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

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

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

border-color css

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

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

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