Html Css Color HEX #242197 Ultramarine

📋 copy color: '#242197'

red 36 ◦ green 33 ◦ blue 151

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

Shades of Ultramarine #242197

Tints of Ultramarine #242197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

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

R = 16.36%
G = 15%
B = 68.64%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242197 (or 0x242197) is known color: Ultramarine. HEX triplet: 24, 21 and 97. RGB value is (36,33,151). Sum of RGB (Red+Green+Blue) = 36+33+151=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #242197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242197 is #DBDE68. Grayscale: #2E2E2E. Windows color (decimal): -14409321 or 9904420. OLE color: 9904420.

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

Color convert

RGB 36 33 151 -
CMYK 0.76 0.78 0 0.41
HSL 241.53º 0.64% 0.36% -
HSV(B) 241.53º 0.78% 0.59% -
XYZ 6.86 3.7 29.63 -
YUV 47.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 36 33 151 0.76 0.78 0 0.41 241.53 0.64 0.36
Hex 24 21 97 4C 4E 0 29 F2 40 24
Octal 44 41 227 114 116 0 51 362 100 44
Binary 100100 100001 10010111 1001100 1001110 0 101001 11110010 1000000 100100

Color Harmonies of #242197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242197

Black with #242197

Text Example


Text Example

White with #242197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242197; }

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

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

background-color css

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

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

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

border-color css

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

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

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