Html Css Color HEX #290298 Ultramarine

📋 copy color: '#290298'

red 41 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #290298

Tints of Ultramarine #290298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 77.95%

R = 21.03%
G = 1.03%
B = 77.95%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#290298 (or 0x290298) is known color: Ultramarine. HEX triplet: 29, 02 and 98. RGB value is (41,2,152). Sum of RGB (Red+Green+Blue) = 41+2+152=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #290298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290298 is #D6FD67. Grayscale: #1E1E1E. Windows color (decimal): -14089576 or 9962025. OLE color: 9962025.

HSL color Cylindrical-coordinate representation of color #290298: hue angle of 255.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290298 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 2 152 -
CMYK 0.73 0.99 0 0.40
HSL 255.6º 0.97% 0.3% -
HSV(B) 255.6º 0.99% 0.6% -
XYZ 6.6 2.78 29.89 -
YUV 30.76 196.42 135.3 -
System Red Green Blue C M Y K H S L
Decimal 41 2 152 0.73 0.99 0 0.40 255.6 0.97 0.3
Hex 29 2 98 49 63 0 28 100 61 1E
Octal 51 2 230 111 143 0 50 400 141 36
Binary 101001 10 10011000 1001001 1100011 0 101000 100000000 1100001 11110

Color Harmonies of #290298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290298

Black with #290298

Text Example


Text Example

White with #290298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290298; }

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

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

background-color css

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

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

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

border-color css

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

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

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