Html Css Color HEX #240297 Ultramarine

📋 copy color: '#240297'

red 36 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #240297

Tints of Ultramarine #240297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.89%

R = 19.05%
G = 1.06%
B = 79.89%

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

#240297 (or 0x240297) is known color: Ultramarine. HEX triplet: 24, 02 and 97. RGB value is (36,2,151). Sum of RGB (Red+Green+Blue) = 36+2+151=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #240297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240297 is #DBFD68. Grayscale: #1C1C1C. Windows color (decimal): -14417257 or 9896484. OLE color: 9896484.

HSL color Cylindrical-coordinate representation of color #240297: hue angle of 253.69º 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 #240297 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 2 151 -
CMYK 0.76 0.99 0 0.41
HSL 253.69º 0.97% 0.3% -
HSV(B) 253.69º 0.99% 0.59% -
XYZ 6.34 2.65 29.46 -
YUV 29.15 196.76 132.88 -
System Red Green Blue C M Y K H S L
Decimal 36 2 151 0.76 0.99 0 0.41 253.69 0.97 0.3
Hex 24 2 97 4C 63 0 29 FE 61 1E
Octal 44 2 227 114 143 0 51 376 141 36
Binary 100100 10 10010111 1001100 1100011 0 101001 11111110 1100001 11110

Color Harmonies of #240297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240297

Black with #240297

Text Example


Text Example

White with #240297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240297; }

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

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

background-color css

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

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

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

border-color css

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

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

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