Html Css Color HEX #242497 Ultramarine

📋 copy color: '#242497'

red 36 ◦ green 36 ◦ blue 151

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

Shades of Ultramarine #242497

Tints of Ultramarine #242497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 16.14%
G = 16.14%
B = 67.71%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242497 (or 0x242497) is known color: Ultramarine. HEX triplet: 24, 24 and 97. RGB value is (36,36,151). Sum of RGB (Red+Green+Blue) = 36+36+151=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #242497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242497 is #DBDB68. Grayscale: #303030. Windows color (decimal): -14408553 or 9905188. OLE color: 9905188.

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

Color convert

RGB 36 36 151 -
CMYK 0.76 0.76 0 0.41
HSL 240º 0.61% 0.37% -
HSV(B) 240º 0.76% 0.59% -
XYZ 6.94 3.87 29.66 -
YUV 49.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 36 36 151 0.76 0.76 0 0.41 240 0.61 0.37
Hex 24 24 97 4C 4C 0 29 F0 3D 25
Octal 44 44 227 114 114 0 51 360 75 45
Binary 100100 100100 10010111 1001100 1001100 0 101001 11110000 111101 100101

Color Harmonies of #242497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242497

Black with #242497

Text Example


Text Example

White with #242497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242497; }

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

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

background-color css

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

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

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

border-color css

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

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

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