Html Css Color HEX #292390 Ultramarine

📋 copy color: '#292390'

red 41 ◦ green 35 ◦ blue 144

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

Shades of Ultramarine #292390

Tints of Ultramarine #292390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 18.64%
G = 15.91%
B = 65.45%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#292390 (or 0x292390) is known color: Ultramarine. HEX triplet: 29, 23 and 90. RGB value is (41,35,144). Sum of RGB (Red+Green+Blue) = 41+35+144=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #292390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292390 is #D6DC6F. Grayscale: #303030. Windows color (decimal): -14081136 or 9446185. OLE color: 9446185.

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

Color convert

RGB 41 35 144 -
CMYK 0.72 0.76 0 0.44
HSL 243.3º 0.61% 0.35% -
HSV(B) 243.3º 0.76% 0.56% -
XYZ 6.55 3.69 26.75 -
YUV 49.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 41 35 144 0.72 0.76 0 0.44 243.3 0.61 0.35
Hex 29 23 90 48 4C 0 2C F3 3D 23
Octal 51 43 220 110 114 0 54 363 75 43
Binary 101001 100011 10010000 1001000 1001100 0 101100 11110011 111101 100011

Color Harmonies of #292390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292390

Black with #292390

Text Example


Text Example

White with #292390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292390; }

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

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

background-color css

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

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

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

border-color css

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

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

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