Html Css Color HEX #292592 Ultramarine

📋 copy color: '#292592'

red 41 ◦ green 37 ◦ blue 146

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

Shades of Ultramarine #292592

Tints of Ultramarine #292592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 18.3%
G = 16.52%
B = 65.18%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292592 (or 0x292592) is known color: Ultramarine. HEX triplet: 29, 25 and 92. RGB value is (41,37,146). Sum of RGB (Red+Green+Blue) = 41+37+146=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #292592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292592 is #D6DA6D. Grayscale: #323232. Windows color (decimal): -14080622 or 9577769. OLE color: 9577769.

HSL color Cylindrical-coordinate representation of color #292592: hue angle of 242.2º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292592 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 37 146 -
CMYK 0.72 0.75 0 0.43
HSL 242.2º 0.6% 0.36% -
HSV(B) 242.2º 0.75% 0.57% -
XYZ 6.76 3.87 27.58 -
YUV 50.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 41 37 146 0.72 0.75 0 0.43 242.2 0.6 0.36
Hex 29 25 92 48 4B 0 2B F2 3C 24
Octal 51 45 222 110 113 0 53 362 74 44
Binary 101001 100101 10010010 1001000 1001011 0 101011 11110010 111100 100100

Color Harmonies of #292592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292592

Black with #292592

Text Example


Text Example

White with #292592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292592; }

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

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

background-color css

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

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

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

border-color css

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

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

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