Html Css Color HEX #242390 Ultramarine

📋 copy color: '#242390'

red 36 ◦ green 35 ◦ blue 144

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

Shades of Ultramarine #242390

Tints of Ultramarine #242390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

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

R = 16.74%
G = 16.28%
B = 66.98%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242390 (or 0x242390) is known color: Ultramarine. HEX triplet: 24, 23 and 90. RGB value is (36,35,144). Sum of RGB (Red+Green+Blue) = 36+35+144=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #242390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242390 is #DBDC6F. Grayscale: #2F2F2F. Windows color (decimal): -14408816 or 9446180. OLE color: 9446180.

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

Color convert

RGB 36 35 144 -
CMYK 0.75 0.76 0 0.44
HSL 240.55º 0.61% 0.35% -
HSV(B) 240.55º 0.76% 0.56% -
XYZ 6.36 3.59 26.74 -
YUV 47.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 36 35 144 0.75 0.76 0 0.44 240.55 0.61 0.35
Hex 24 23 90 4B 4C 0 2C F1 3D 23
Octal 44 43 220 113 114 0 54 361 75 43
Binary 100100 100011 10010000 1001011 1001100 0 101100 11110001 111101 100011

Color Harmonies of #242390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242390

Black with #242390

Text Example


Text Example

White with #242390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242390; }

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

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

background-color css

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

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

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

border-color css

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

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

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