Html Css Color HEX #290294 Ultramarine

📋 copy color: '#290294'

red 41 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #290294

Tints of Ultramarine #290294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 148 (58.2% from 255) = 77.49%

R = 21.47%
G = 1.05%
B = 77.49%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290294 (or 0x290294) is known color: Ultramarine. HEX triplet: 29, 02 and 94. RGB value is (41,2,148). Sum of RGB (Red+Green+Blue) = 41+2+148=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #290294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290294 is #D6FD6B. Grayscale: #1D1D1D. Windows color (decimal): -14089580 or 9699881. OLE color: 9699881.

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

Color convert

RGB 41 2 148 -
CMYK 0.72 0.99 0 0.42
HSL 256.03º 0.97% 0.29% -
HSV(B) 256.03º 0.99% 0.58% -
XYZ 6.28 2.65 28.2 -
YUV 30.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 41 2 148 0.72 0.99 0 0.42 256.03 0.97 0.29
Hex 29 2 94 48 63 0 2A 100 61 1D
Octal 51 2 224 110 143 0 52 400 141 35
Binary 101001 10 10010100 1001000 1100011 0 101010 100000000 1100001 11101

Color Harmonies of #290294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290294

Black with #290294

Text Example


Text Example

White with #290294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290294; }

 p { color: rgb(41,2,148); }

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

background-color css

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

 a { background-color: rgb(41,2,148); }

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

border-color css

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

 span { border-color: rgb(41,2,148); }

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