Html Css Color HEX #292598 Ultramarine

📋 copy color: '#292598'

red 41 ◦ green 37 ◦ blue 152

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

Shades of Ultramarine #292598

Tints of Ultramarine #292598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 17.83%
G = 16.09%
B = 66.09%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#292598 (or 0x292598) is known color: Ultramarine. HEX triplet: 29, 25 and 98. RGB value is (41,37,152). Sum of RGB (Red+Green+Blue) = 41+37+152=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #292598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292598 is #D6DA67. Grayscale: #323232. Windows color (decimal): -14080616 or 9970985. OLE color: 9970985.

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

Color convert

RGB 41 37 152 -
CMYK 0.73 0.76 0 0.40
HSL 242.09º 0.61% 0.37% -
HSV(B) 242.09º 0.76% 0.6% -
XYZ 7.24 4.06 30.11 -
YUV 51.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 41 37 152 0.73 0.76 0 0.40 242.09 0.61 0.37
Hex 29 25 98 49 4C 0 28 F2 3D 25
Octal 51 45 230 111 114 0 50 362 75 45
Binary 101001 100101 10011000 1001001 1001100 0 101000 11110010 111101 100101

Color Harmonies of #292598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292598

Black with #292598

Text Example


Text Example

White with #292598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292598; }

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

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

background-color css

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

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

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

border-color css

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

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

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