Html Css Color HEX #292590 Ultramarine

📋 copy color: '#292590'

red 41 ◦ green 37 ◦ blue 144

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

Shades of Ultramarine #292590

Tints of Ultramarine #292590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 18.47%
G = 16.67%
B = 64.86%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#292590 (or 0x292590) is known color: Ultramarine. HEX triplet: 29, 25 and 90. RGB value is (41,37,144). Sum of RGB (Red+Green+Blue) = 41+37+144=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #292590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292590 is #D6DA6F. Grayscale: #313131. Windows color (decimal): -14080624 or 9446697. OLE color: 9446697.

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

Color convert

RGB 41 37 144 -
CMYK 0.72 0.74 0 0.44
HSL 242.24º 0.59% 0.35% -
HSV(B) 242.24º 0.74% 0.56% -
XYZ 6.61 3.81 26.77 -
YUV 50.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 41 37 144 0.72 0.74 0 0.44 242.24 0.59 0.35
Hex 29 25 90 48 4A 0 2C F2 3B 23
Octal 51 45 220 110 112 0 54 362 73 43
Binary 101001 100101 10010000 1001000 1001010 0 101100 11110010 111011 100011

Color Harmonies of #292590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292590

Black with #292590

Text Example


Text Example

White with #292590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292590; }

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

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

background-color css

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

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

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

border-color css

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

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

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