Html Css Color HEX #292792 Ultramarine

📋 copy color: '#292792'

red 41 ◦ green 39 ◦ blue 146

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

Shades of Ultramarine #292792

Tints of Ultramarine #292792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 18.14%
G = 17.26%
B = 64.6%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292792 (or 0x292792) is known color: Ultramarine. HEX triplet: 29, 27 and 92. RGB value is (41,39,146). Sum of RGB (Red+Green+Blue) = 41+39+146=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #292792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292792 is #D6D86D. Grayscale: #333333. Windows color (decimal): -14080110 or 9578281. OLE color: 9578281.

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

Color convert

RGB 41 39 146 -
CMYK 0.72 0.73 0 0.43
HSL 241.12º 0.58% 0.36% -
HSV(B) 241.12º 0.73% 0.57% -
XYZ 6.83 4 27.61 -
YUV 51.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 41 39 146 0.72 0.73 0 0.43 241.12 0.58 0.36
Hex 29 27 92 48 49 0 2B F1 3A 24
Octal 51 47 222 110 111 0 53 361 72 44
Binary 101001 100111 10010010 1001000 1001001 0 101011 11110001 111010 100100

Color Harmonies of #292792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292792

Black with #292792

Text Example


Text Example

White with #292792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292792; }

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

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

background-color css

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

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

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

border-color css

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

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

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