Html Css Color HEX #242394 Ultramarine

📋 copy color: '#242394'

red 36 ◦ green 35 ◦ blue 148

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

Shades of Ultramarine #242394

Tints of Ultramarine #242394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 16.44%
G = 15.98%
B = 67.58%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242394 (or 0x242394) is known color: Ultramarine. HEX triplet: 24, 23 and 94. RGB value is (36,35,148). Sum of RGB (Red+Green+Blue) = 36+35+148=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #242394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242394 is #DBDC6B. Grayscale: #2F2F2F. Windows color (decimal): -14408812 or 9708324. OLE color: 9708324.

HSL color Cylindrical-coordinate representation of color #242394: hue angle of 240.53º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242394 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 35 148 -
CMYK 0.76 0.76 0 0.42
HSL 240.53º 0.62% 0.36% -
HSV(B) 240.53º 0.76% 0.58% -
XYZ 6.67 3.72 28.38 -
YUV 48.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 36 35 148 0.76 0.76 0 0.42 240.53 0.62 0.36
Hex 24 23 94 4C 4C 0 2A F1 3E 24
Octal 44 43 224 114 114 0 52 361 76 44
Binary 100100 100011 10010100 1001100 1001100 0 101010 11110001 111110 100100

Color Harmonies of #242394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242394

Black with #242394

Text Example


Text Example

White with #242394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242394; }

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

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

background-color css

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

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

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

border-color css

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

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

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