Html Css Color HEX #24238D Ultramarine

📋 copy color: '#24238D'

red 36 ◦ green 35 ◦ blue 141

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

Shades of Ultramarine #24238D

Tints of Ultramarine #24238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 16.98%
G = 16.51%
B = 66.51%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24238D (or 0x24238D) is known color: Ultramarine. HEX triplet: 24, 23 and 8D. RGB value is (36,35,141). Sum of RGB (Red+Green+Blue) = 36+35+141=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #24238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24238D is #DBDC72. Grayscale: #2E2E2E. Windows color (decimal): -14408819 or 9249572. OLE color: 9249572.

HSL color Cylindrical-coordinate representation of color #24238D: hue angle of 240.57º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24238D is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 35 141 -
CMYK 0.74 0.75 0 0.45
HSL 240.57º 0.6% 0.35% -
HSV(B) 240.57º 0.75% 0.55% -
XYZ 6.14 3.5 25.55 -
YUV 47.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 36 35 141 0.74 0.75 0 0.45 240.57 0.6 0.35
Hex 24 23 8D 4A 4B 0 2D F1 3C 23
Octal 44 43 215 112 113 0 55 361 74 43
Binary 100100 100011 10001101 1001010 1001011 0 101101 11110001 111100 100011

Color Harmonies of #24238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24238D

Black with #24238D

Text Example


Text Example

White with #24238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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