Html Css Color HEX #292492 Ultramarine

📋 copy color: '#292492'

red 41 ◦ green 36 ◦ blue 146

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

Shades of Ultramarine #292492

Tints of Ultramarine #292492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.47%

R = 18.39%
G = 16.14%
B = 65.47%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292492 (or 0x292492) is known color: Ultramarine. HEX triplet: 29, 24 and 92. RGB value is (41,36,146). Sum of RGB (Red+Green+Blue) = 41+36+146=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #292492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292492 is #D6DB6D. Grayscale: #313131. Windows color (decimal): -14080878 or 9577513. OLE color: 9577513.

HSL color Cylindrical-coordinate representation of color #292492: hue angle of 242.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292492 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 36 146 -
CMYK 0.72 0.75 0 0.43
HSL 242.73º 0.6% 0.36% -
HSV(B) 242.73º 0.75% 0.57% -
XYZ 6.73 3.81 27.57 -
YUV 50.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 41 36 146 0.72 0.75 0 0.43 242.73 0.6 0.36
Hex 29 24 92 48 4B 0 2B F3 3C 24
Octal 51 44 222 110 113 0 53 363 74 44
Binary 101001 100100 10010010 1001000 1001011 0 101011 11110011 111100 100100

Color Harmonies of #292492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292492

Black with #292492

Text Example


Text Example

White with #292492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292492; }

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

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

background-color css

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

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

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

border-color css

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

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

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