Html Css Color HEX #242690 Ultramarine

📋 copy color: '#242690'

red 36 ◦ green 38 ◦ blue 144

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

Shades of Ultramarine #242690

Tints of Ultramarine #242690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 16.51%
G = 17.43%
B = 66.06%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242690 (or 0x242690) is known color: Ultramarine. HEX triplet: 24, 26 and 90. RGB value is (36,38,144). Sum of RGB (Red+Green+Blue) = 36+38+144=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #242690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242690 is #DBD96F. Grayscale: #313131. Windows color (decimal): -14408048 or 9446948. OLE color: 9446948.

HSL color Cylindrical-coordinate representation of color #242690: hue angle of 238.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242690 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 38 144 -
CMYK 0.75 0.74 0 0.44
HSL 238.89º 0.6% 0.35% -
HSV(B) 238.89º 0.75% 0.56% -
XYZ 6.45 3.77 26.77 -
YUV 49.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 36 38 144 0.75 0.74 0 0.44 238.89 0.6 0.35
Hex 24 26 90 4B 4A 0 2C EF 3C 23
Octal 44 46 220 113 112 0 54 357 74 43
Binary 100100 100110 10010000 1001011 1001010 0 101100 11101111 111100 100011

Color Harmonies of #242690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242690

Black with #242690

Text Example


Text Example

White with #242690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242690; }

 p { color: rgb(36,38,144); }

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

background-color css

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

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

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

border-color css

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

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

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