Html Css Color HEX #292298 Ultramarine

📋 copy color: '#292298'

red 41 ◦ green 34 ◦ blue 152

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

Shades of Ultramarine #292298

Tints of Ultramarine #292298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

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

R = 18.06%
G = 14.98%
B = 66.96%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#292298 (or 0x292298) is known color: Ultramarine. HEX triplet: 29, 22 and 98. RGB value is (41,34,152). Sum of RGB (Red+Green+Blue) = 41+34+152=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #292298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292298 is #D6DD67. Grayscale: #313131. Windows color (decimal): -14081384 or 9970217. OLE color: 9970217.

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

Color convert

RGB 41 34 152 -
CMYK 0.73 0.78 0 0.40
HSL 243.56º 0.63% 0.36% -
HSV(B) 243.56º 0.78% 0.6% -
XYZ 7.15 3.88 30.08 -
YUV 49.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 41 34 152 0.73 0.78 0 0.40 243.56 0.63 0.36
Hex 29 22 98 49 4E 0 28 F4 3F 24
Octal 51 42 230 111 116 0 50 364 77 44
Binary 101001 100010 10011000 1001001 1001110 0 101000 11110100 111111 100100

Color Harmonies of #292298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292298

Black with #292298

Text Example


Text Example

White with #292298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292298; }

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

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

background-color css

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

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

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

border-color css

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

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

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