Html Css Color HEX #242496 Ultramarine

📋 copy color: '#242496'

red 36 ◦ green 36 ◦ blue 150

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

Shades of Ultramarine #242496

Tints of Ultramarine #242496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 16.22%
G = 16.22%
B = 67.57%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242496 (or 0x242496) is known color: Ultramarine. HEX triplet: 24, 24 and 96. RGB value is (36,36,150). Sum of RGB (Red+Green+Blue) = 36+36+150=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #242496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242496 is #DBDB69. Grayscale: #303030. Windows color (decimal): -14408554 or 9839652. OLE color: 9839652.

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

Color convert

RGB 36 36 150 -
CMYK 0.76 0.76 0 0.41
HSL 240º 0.61% 0.36% -
HSV(B) 240º 0.76% 0.59% -
XYZ 6.86 3.84 29.23 -
YUV 49 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 36 36 150 0.76 0.76 0 0.41 240 0.61 0.36
Hex 24 24 96 4C 4C 0 29 F0 3D 24
Octal 44 44 226 114 114 0 51 360 75 44
Binary 100100 100100 10010110 1001100 1001100 0 101001 11110000 111101 100100

Color Harmonies of #242496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242496

Black with #242496

Text Example


Text Example

White with #242496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242496; }

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

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

background-color css

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

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

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

border-color css

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

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

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