Html Css Color HEX #242398 Ultramarine

📋 copy color: '#242398'

red 36 ◦ green 35 ◦ blue 152

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

Shades of Ultramarine #242398

Tints of Ultramarine #242398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 16.14%
G = 15.7%
B = 68.16%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#242398 (or 0x242398) is known color: Ultramarine. HEX triplet: 24, 23 and 98. RGB value is (36,35,152). Sum of RGB (Red+Green+Blue) = 36+35+152=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #242398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242398 is #DBDC67. Grayscale: #303030. Windows color (decimal): -14408808 or 9970468. OLE color: 9970468.

HSL color Cylindrical-coordinate representation of color #242398: hue angle of 240.51º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242398 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 35 152 -
CMYK 0.76 0.77 0 0.40
HSL 240.51º 0.63% 0.37% -
HSV(B) 240.51º 0.77% 0.6% -
XYZ 7 3.84 30.08 -
YUV 48.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 36 35 152 0.76 0.77 0 0.40 240.51 0.63 0.37
Hex 24 23 98 4C 4D 0 28 F1 3F 25
Octal 44 43 230 114 115 0 50 361 77 45
Binary 100100 100011 10011000 1001100 1001101 0 101000 11110001 111111 100101

Color Harmonies of #242398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242398

Black with #242398

Text Example


Text Example

White with #242398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242398; }

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

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

background-color css

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

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

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

border-color css

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

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

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