Html Css Color HEX #240394 Ultramarine

📋 copy color: '#240394'

red 36 ◦ green 3 ◦ blue 148

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

Shades of Ultramarine #240394

Tints of Ultramarine #240394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 19.25%
G = 1.6%
B = 79.14%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240394 (or 0x240394) is known color: Ultramarine. HEX triplet: 24, 03 and 94. RGB value is (36,3,148). Sum of RGB (Red+Green+Blue) = 36+3+148=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #240394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240394 is #DBFC6B. Grayscale: #1C1C1C. Windows color (decimal): -14417004 or 9700132. OLE color: 9700132.

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

Color convert

RGB 36 3 148 -
CMYK 0.76 0.98 0 0.42
HSL 253.66º 0.96% 0.3% -
HSV(B) 253.66º 0.98% 0.58% -
XYZ 6.11 2.58 28.19 -
YUV 29.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 36 3 148 0.76 0.98 0 0.42 253.66 0.96 0.3
Hex 24 3 94 4C 62 0 2A FE 60 1E
Octal 44 3 224 114 142 0 52 376 140 36
Binary 100100 11 10010100 1001100 1100010 0 101010 11111110 1100000 11110

Color Harmonies of #240394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240394

Black with #240394

Text Example


Text Example

White with #240394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240394; }

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

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

background-color css

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

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

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

border-color css

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

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

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