Html Css Color HEX #242191 Ultramarine

📋 copy color: '#242191'

red 36 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #242191

Tints of Ultramarine #242191

RGB

 RED value IS 36 (14.45% from 255) = 16.82%

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 145 (57.03% from 255) = 67.76%

R = 16.82%
G = 15.42%
B = 67.76%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242191 (or 0x242191) is known color: Ultramarine. HEX triplet: 24, 21 and 91. RGB value is (36,33,145). Sum of RGB (Red+Green+Blue) = 36+33+145=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #242191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242191 is #DBDE6E. Grayscale: #2E2E2E. Windows color (decimal): -14409327 or 9511204. OLE color: 9511204.

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

Color convert

RGB 36 33 145 -
CMYK 0.75 0.77 0 0.43
HSL 241.61º 0.63% 0.35% -
HSV(B) 241.61º 0.77% 0.57% -
XYZ 6.38 3.51 27.13 -
YUV 46.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 36 33 145 0.75 0.77 0 0.43 241.61 0.63 0.35
Hex 24 21 91 4B 4D 0 2B F2 3F 23
Octal 44 41 221 113 115 0 53 362 77 43
Binary 100100 100001 10010001 1001011 1001101 0 101011 11110010 111111 100011

Color Harmonies of #242191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242191

Black with #242191

Text Example


Text Example

White with #242191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242191; }

 p { color: rgb(36,33,145); }

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

background-color css

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

 a { background-color: rgb(36,33,145); }

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

border-color css

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

 span { border-color: rgb(36,33,145); }

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