Html Css Color HEX #292398 Ultramarine

📋 copy color: '#292398'

red 41 ◦ green 35 ◦ blue 152

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

Shades of Ultramarine #292398

Tints of Ultramarine #292398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 17.98%
G = 15.35%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#292398 (or 0x292398) is known color: Ultramarine. HEX triplet: 29, 23 and 98. RGB value is (41,35,152). Sum of RGB (Red+Green+Blue) = 41+35+152=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #292398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292398 is #D6DC67. Grayscale: #313131. Windows color (decimal): -14081128 or 9970473. OLE color: 9970473.

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

Color convert

RGB 41 35 152 -
CMYK 0.73 0.77 0 0.40
HSL 243.08º 0.63% 0.37% -
HSV(B) 243.08º 0.77% 0.6% -
XYZ 7.18 3.94 30.09 -
YUV 50.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 41 35 152 0.73 0.77 0 0.40 243.08 0.63 0.37
Hex 29 23 98 49 4D 0 28 F3 3F 25
Octal 51 43 230 111 115 0 50 363 77 45
Binary 101001 100011 10011000 1001001 1001101 0 101000 11110011 111111 100101

Color Harmonies of #292398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292398

Black with #292398

Text Example


Text Example

White with #292398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292398; }

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

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

background-color css

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

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

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

border-color css

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

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

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