Html Css Color HEX #290396 Ultramarine

📋 copy color: '#290396'

red 41 ◦ green 3 ◦ blue 150

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

Shades of Ultramarine #290396

Tints of Ultramarine #290396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 77.32%

R = 21.13%
G = 1.55%
B = 77.32%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#290396 (or 0x290396) is known color: Ultramarine. HEX triplet: 29, 03 and 96. RGB value is (41,3,150). Sum of RGB (Red+Green+Blue) = 41+3+150=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #290396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290396 is #D6FC69. Grayscale: #1E1E1E. Windows color (decimal): -14089322 or 9831209. OLE color: 9831209.

HSL color Cylindrical-coordinate representation of color #290396: hue angle of 255.51º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290396 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 3 150 -
CMYK 0.73 0.98 0 0.41
HSL 255.51º 0.96% 0.3% -
HSV(B) 255.51º 0.98% 0.59% -
XYZ 6.45 2.74 29.04 -
YUV 31.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 41 3 150 0.73 0.98 0 0.41 255.51 0.96 0.3
Hex 29 3 96 49 62 0 29 100 60 1E
Octal 51 3 226 111 142 0 51 400 140 36
Binary 101001 11 10010110 1001001 1100010 0 101001 100000000 1100000 11110

Color Harmonies of #290396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290396

Black with #290396

Text Example


Text Example

White with #290396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290396; }

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

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

background-color css

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

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

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

border-color css

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

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

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