Html Css Color HEX #242196 Ultramarine

📋 copy color: '#242196'

red 36 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #242196

Tints of Ultramarine #242196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 16.44%
G = 15.07%
B = 68.49%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242196 (or 0x242196) is known color: Ultramarine. HEX triplet: 24, 21 and 96. RGB value is (36,33,150). Sum of RGB (Red+Green+Blue) = 36+33+150=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #242196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242196 is #DBDE69. Grayscale: #2E2E2E. Windows color (decimal): -14409322 or 9838884. OLE color: 9838884.

HSL color Cylindrical-coordinate representation of color #242196: hue angle of 241.54º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242196 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 33 150 -
CMYK 0.76 0.78 0 0.41
HSL 241.54º 0.64% 0.36% -
HSV(B) 241.54º 0.78% 0.59% -
XYZ 6.78 3.66 29.2 -
YUV 47.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 36 33 150 0.76 0.78 0 0.41 241.54 0.64 0.36
Hex 24 21 96 4C 4E 0 29 F2 40 24
Octal 44 41 226 114 116 0 51 362 100 44
Binary 100100 100001 10010110 1001100 1001110 0 101001 11110010 1000000 100100

Color Harmonies of #242196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242196

Black with #242196

Text Example


Text Example

White with #242196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242196; }

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

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

background-color css

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

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

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

border-color css

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

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

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