Html Css Color HEX #290395 Ultramarine

📋 copy color: '#290395'

red 41 ◦ green 3 ◦ blue 149

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

Shades of Ultramarine #290395

Tints of Ultramarine #290395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 77.2%

R = 21.24%
G = 1.55%
B = 77.2%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290395 (or 0x290395) is known color: Ultramarine. HEX triplet: 29, 03 and 95. RGB value is (41,3,149). Sum of RGB (Red+Green+Blue) = 41+3+149=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #290395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290395 is #D6FC6A. Grayscale: #1E1E1E. Windows color (decimal): -14089323 or 9765673. OLE color: 9765673.

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

Color convert

RGB 41 3 149 -
CMYK 0.72 0.98 0 0.42
HSL 255.62º 0.96% 0.3% -
HSV(B) 255.62º 0.98% 0.58% -
XYZ 6.37 2.71 28.62 -
YUV 31.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 41 3 149 0.72 0.98 0 0.42 255.62 0.96 0.3
Hex 29 3 95 48 62 0 2A 100 60 1E
Octal 51 3 225 110 142 0 52 400 140 36
Binary 101001 11 10010101 1001000 1100010 0 101010 100000000 1100000 11110

Color Harmonies of #290395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290395

Black with #290395

Text Example


Text Example

White with #290395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290395; }

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

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

background-color css

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

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

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

border-color css

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

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

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