Html Css Color HEX #292494 Ultramarine

📋 copy color: '#292494'

red 41 ◦ green 36 ◦ blue 148

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

Shades of Ultramarine #292494

Tints of Ultramarine #292494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

 BLUE value IS 148 (58.2% from 255) = 65.78%

R = 18.22%
G = 16%
B = 65.78%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#292494 (or 0x292494) is known color: Ultramarine. HEX triplet: 29, 24 and 94. RGB value is (41,36,148). Sum of RGB (Red+Green+Blue) = 41+36+148=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #292494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292494 is #D6DB6B. Grayscale: #313131. Windows color (decimal): -14080876 or 9708585. OLE color: 9708585.

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

Color convert

RGB 41 36 148 -
CMYK 0.72 0.76 0 0.42
HSL 242.68º 0.61% 0.36% -
HSV(B) 242.68º 0.76% 0.58% -
XYZ 6.89 3.87 28.4 -
YUV 50.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 41 36 148 0.72 0.76 0 0.42 242.68 0.61 0.36
Hex 29 24 94 48 4C 0 2A F3 3D 24
Octal 51 44 224 110 114 0 52 363 75 44
Binary 101001 100100 10010100 1001000 1001100 0 101010 11110011 111101 100100

Color Harmonies of #292494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292494

Black with #292494

Text Example


Text Example

White with #292494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292494; }

 p { color: rgb(41,36,148); }

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

background-color css

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

 a { background-color: rgb(41,36,148); }

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

border-color css

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

 span { border-color: rgb(41,36,148); }

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