Html Css Color HEX #240298 Ultramarine

📋 copy color: '#240298'

red 36 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #240298

Tints of Ultramarine #240298

RGB

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

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

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

R = 18.95%
G = 1.05%
B = 80%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#240298 (or 0x240298) is known color: Ultramarine. HEX triplet: 24, 02 and 98. RGB value is (36,2,152). Sum of RGB (Red+Green+Blue) = 36+2+152=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #240298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240298 is #DBFD67. Grayscale: #1C1C1C. Windows color (decimal): -14417256 or 9962020. OLE color: 9962020.

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

Color convert

RGB 36 2 152 -
CMYK 0.76 0.99 0 0.40
HSL 253.6º 0.97% 0.3% -
HSV(B) 253.6º 0.99% 0.6% -
XYZ 6.42 2.69 29.89 -
YUV 29.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 36 2 152 0.76 0.99 0 0.40 253.6 0.97 0.3
Hex 24 2 98 4C 63 0 28 FE 61 1E
Octal 44 2 230 114 143 0 50 376 141 36
Binary 100100 10 10011000 1001100 1100011 0 101000 11111110 1100001 11110

Color Harmonies of #240298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240298

Black with #240298

Text Example


Text Example

White with #240298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240298; }

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

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

background-color css

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

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

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

border-color css

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

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

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