Html Css Color HEX #292599 Ultramarine

📋 copy color: '#292599'

red 41 ◦ green 37 ◦ blue 153

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

Shades of Ultramarine #292599

Tints of Ultramarine #292599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 17.75%
G = 16.02%
B = 66.23%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#292599 (or 0x292599) is known color: Ultramarine. HEX triplet: 29, 25 and 99. RGB value is (41,37,153). Sum of RGB (Red+Green+Blue) = 41+37+153=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #292599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292599 is #D6DA66. Grayscale: #323232. Windows color (decimal): -14080615 or 10036521. OLE color: 10036521.

HSL color Cylindrical-coordinate representation of color #292599: hue angle of 242.07º 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 #292599 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 37 153 -
CMYK 0.73 0.76 0 0.4
HSL 242.07º 0.61% 0.37% -
HSV(B) 242.07º 0.76% 0.6% -
XYZ 7.33 4.09 30.54 -
YUV 51.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 41 37 153 0.73 0.76 0 0.4 242.07 0.61 0.37
Hex 29 25 99 49 4C 0 28 F2 3D 25
Octal 51 45 231 111 114 0 50 362 75 45
Binary 101001 100101 10011001 1001001 1001100 0 101000 11110010 111101 100101

Color Harmonies of #292599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292599

Black with #292599

Text Example


Text Example

White with #292599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292599; }

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

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

background-color css

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

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

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

border-color css

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

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

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