Html Css Color HEX #240398 Ultramarine

📋 copy color: '#240398'

red 36 ◦ green 3 ◦ blue 152

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

Shades of Ultramarine #240398

Tints of Ultramarine #240398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 79.58%

R = 18.85%
G = 1.57%
B = 79.58%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#240398 (or 0x240398) is known color: Ultramarine. HEX triplet: 24, 03 and 98. RGB value is (36,3,152). Sum of RGB (Red+Green+Blue) = 36+3+152=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #240398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240398 is #DBFC67. Grayscale: #1D1D1D. Windows color (decimal): -14417000 or 9962276. OLE color: 9962276.

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

Color convert

RGB 36 3 152 -
CMYK 0.76 0.98 0 0.40
HSL 253.29º 0.96% 0.3% -
HSV(B) 253.29º 0.98% 0.6% -
XYZ 6.43 2.71 29.89 -
YUV 29.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 36 3 152 0.76 0.98 0 0.40 253.29 0.96 0.3
Hex 24 3 98 4C 62 0 28 FD 60 1E
Octal 44 3 230 114 142 0 50 375 140 36
Binary 100100 11 10011000 1001100 1100010 0 101000 11111101 1100000 11110

Color Harmonies of #240398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240398

Black with #240398

Text Example


Text Example

White with #240398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240398; }

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

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

background-color css

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

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

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

border-color css

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

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

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