Html Css Color HEX #240294 Ultramarine

📋 copy color: '#240294'

red 36 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #240294

Tints of Ultramarine #240294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 19.35%
G = 1.08%
B = 79.57%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240294 (or 0x240294) is known color: Ultramarine. HEX triplet: 24, 02 and 94. RGB value is (36,2,148). Sum of RGB (Red+Green+Blue) = 36+2+148=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #240294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240294 is #DBFD6B. Grayscale: #1C1C1C. Windows color (decimal): -14417260 or 9699876. OLE color: 9699876.

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

Color convert

RGB 36 2 148 -
CMYK 0.76 0.99 0 0.42
HSL 253.97º 0.97% 0.29% -
HSV(B) 253.97º 0.99% 0.58% -
XYZ 6.09 2.56 28.19 -
YUV 28.81 195.26 133.13 -
System Red Green Blue C M Y K H S L
Decimal 36 2 148 0.76 0.99 0 0.42 253.97 0.97 0.29
Hex 24 2 94 4C 63 0 2A FE 61 1D
Octal 44 2 224 114 143 0 52 376 141 35
Binary 100100 10 10010100 1001100 1100011 0 101010 11111110 1100001 11101

Color Harmonies of #240294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240294

Black with #240294

Text Example


Text Example

White with #240294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240294; }

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

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

background-color css

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

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

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

border-color css

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

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

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