Html Css Color HEX #292691 Ultramarine

📋 copy color: '#292691'

red 41 ◦ green 38 ◦ blue 145

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

Shades of Ultramarine #292691

Tints of Ultramarine #292691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 145 (57.03% from 255) = 64.73%

R = 18.3%
G = 16.96%
B = 64.73%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292691 (or 0x292691) is known color: Ultramarine. HEX triplet: 29, 26 and 91. RGB value is (41,38,145). Sum of RGB (Red+Green+Blue) = 41+38+145=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #292691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292691 is #D6D96E. Grayscale: #323232. Windows color (decimal): -14080367 or 9512489. OLE color: 9512489.

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

Color convert

RGB 41 38 145 -
CMYK 0.72 0.74 0 0.43
HSL 241.68º 0.58% 0.36% -
HSV(B) 241.68º 0.74% 0.57% -
XYZ 6.72 3.9 27.19 -
YUV 51.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 41 38 145 0.72 0.74 0 0.43 241.68 0.58 0.36
Hex 29 26 91 48 4A 0 2B F2 3A 24
Octal 51 46 221 110 112 0 53 362 72 44
Binary 101001 100110 10010001 1001000 1001010 0 101011 11110010 111010 100100

Color Harmonies of #292691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292691

Black with #292691

Text Example


Text Example

White with #292691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292691; }

 p { color: rgb(41,38,145); }

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

background-color css

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

 a { background-color: rgb(41,38,145); }

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

border-color css

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

 span { border-color: rgb(41,38,145); }

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