Html Css Color HEX #242190 Ultramarine

📋 copy color: '#242190'

red 36 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #242190

Tints of Ultramarine #242190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 16.9%
G = 15.49%
B = 67.61%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242190 (or 0x242190) is known color: Ultramarine. HEX triplet: 24, 21 and 90. RGB value is (36,33,144). Sum of RGB (Red+Green+Blue) = 36+33+144=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #242190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242190 is #DBDE6F. Grayscale: #2E2E2E. Windows color (decimal): -14409328 or 9445668. OLE color: 9445668.

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

Color convert

RGB 36 33 144 -
CMYK 0.75 0.77 0 0.44
HSL 241.62º 0.63% 0.35% -
HSV(B) 241.62º 0.77% 0.56% -
XYZ 6.31 3.48 26.72 -
YUV 46.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 36 33 144 0.75 0.77 0 0.44 241.62 0.63 0.35
Hex 24 21 90 4B 4D 0 2C F2 3F 23
Octal 44 41 220 113 115 0 54 362 77 43
Binary 100100 100001 10010000 1001011 1001101 0 101100 11110010 111111 100011

Color Harmonies of #242190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242190

Black with #242190

Text Example


Text Example

White with #242190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242190; }

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

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

background-color css

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

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

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

border-color css

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

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

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