Html Css Color HEX #290392 Ultramarine

📋 copy color: '#290392'

red 41 ◦ green 3 ◦ blue 146

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

Shades of Ultramarine #290392

Tints of Ultramarine #290392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 21.58%
G = 1.58%
B = 76.84%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#290392 (or 0x290392) is known color: Ultramarine. HEX triplet: 29, 03 and 92. RGB value is (41,3,146). Sum of RGB (Red+Green+Blue) = 41+3+146=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #290392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290392 is #D6FC6D. Grayscale: #1E1E1E. Windows color (decimal): -14089326 or 9569065. OLE color: 9569065.

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

Color convert

RGB 41 3 146 -
CMYK 0.72 0.98 0 0.43
HSL 255.94º 0.96% 0.29% -
HSV(B) 255.94º 0.98% 0.57% -
XYZ 6.14 2.61 27.37 -
YUV 30.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 41 3 146 0.72 0.98 0 0.43 255.94 0.96 0.29
Hex 29 3 92 48 62 0 2B 100 60 1D
Octal 51 3 222 110 142 0 53 400 140 35
Binary 101001 11 10010010 1001000 1100010 0 101011 100000000 1100000 11101

Color Harmonies of #290392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290392

Black with #290392

Text Example


Text Example

White with #290392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290392; }

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

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

background-color css

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

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

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

border-color css

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

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

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