Html Css Color HEX #292895 Ultramarine

📋 copy color: '#292895'

red 41 ◦ green 40 ◦ blue 149

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

Shades of Ultramarine #292895

Tints of Ultramarine #292895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

 BLUE value IS 149 (58.59% from 255) = 64.78%

R = 17.83%
G = 17.39%
B = 64.78%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#292895 (or 0x292895) is known color: Ultramarine. HEX triplet: 29, 28 and 95. RGB value is (41,40,149). Sum of RGB (Red+Green+Blue) = 41+40+149=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #292895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292895 is #D6D76A. Grayscale: #343434. Windows color (decimal): -14079851 or 9775145. OLE color: 9775145.

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

Color convert

RGB 41 40 149 -
CMYK 0.72 0.73 0 0.42
HSL 240.55º 0.58% 0.37% -
HSV(B) 240.55º 0.73% 0.58% -
XYZ 7.1 4.16 28.86 -
YUV 52.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 41 40 149 0.72 0.73 0 0.42 240.55 0.58 0.37
Hex 29 28 95 48 49 0 2A F1 3A 25
Octal 51 50 225 110 111 0 52 361 72 45
Binary 101001 101000 10010101 1001000 1001001 0 101010 11110001 111010 100101

Color Harmonies of #292895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292895

Black with #292895

Text Example


Text Example

White with #292895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292895; }

 p { color: rgb(41,40,149); }

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

background-color css

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

 a { background-color: rgb(41,40,149); }

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

border-color css

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

 span { border-color: rgb(41,40,149); }

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