Html Css Color HEX #240296 Ultramarine

📋 copy color: '#240296'

red 36 ◦ green 2 ◦ blue 150

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

Shades of Ultramarine #240296

Tints of Ultramarine #240296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 79.79%

R = 19.15%
G = 1.06%
B = 79.79%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240296 (or 0x240296) is known color: Ultramarine. HEX triplet: 24, 02 and 96. RGB value is (36,2,150). Sum of RGB (Red+Green+Blue) = 36+2+150=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #240296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240296 is #DBFD69. Grayscale: #1C1C1C. Windows color (decimal): -14417258 or 9830948. OLE color: 9830948.

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

Color convert

RGB 36 2 150 -
CMYK 0.76 0.99 0 0.41
HSL 253.78º 0.97% 0.3% -
HSV(B) 253.78º 0.99% 0.59% -
XYZ 6.25 2.62 29.03 -
YUV 29.04 196.26 132.97 -
System Red Green Blue C M Y K H S L
Decimal 36 2 150 0.76 0.99 0 0.41 253.78 0.97 0.3
Hex 24 2 96 4C 63 0 29 FE 61 1E
Octal 44 2 226 114 143 0 51 376 141 36
Binary 100100 10 10010110 1001100 1100011 0 101001 11111110 1100001 11110

Color Harmonies of #240296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240296

Black with #240296

Text Example


Text Example

White with #240296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240296; }

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

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

background-color css

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

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

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

border-color css

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

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

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