Html Css Color HEX #242290 Ultramarine

📋 copy color: '#242290'

red 36 ◦ green 34 ◦ blue 144

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

Shades of Ultramarine #242290

Tints of Ultramarine #242290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 16.82%
G = 15.89%
B = 67.29%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242290 (or 0x242290) is known color: Ultramarine. HEX triplet: 24, 22 and 90. RGB value is (36,34,144). Sum of RGB (Red+Green+Blue) = 36+34+144=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #242290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242290 is #DBDD6F. Grayscale: #2E2E2E. Windows color (decimal): -14409072 or 9445924. OLE color: 9445924.

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

Color convert

RGB 36 34 144 -
CMYK 0.75 0.76 0 0.44
HSL 241.09º 0.62% 0.35% -
HSV(B) 241.09º 0.76% 0.56% -
XYZ 6.33 3.53 26.73 -
YUV 47.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 36 34 144 0.75 0.76 0 0.44 241.09 0.62 0.35
Hex 24 22 90 4B 4C 0 2C F1 3E 23
Octal 44 42 220 113 114 0 54 361 76 43
Binary 100100 100010 10010000 1001011 1001100 0 101100 11110001 111110 100011

Color Harmonies of #242290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242290

Black with #242290

Text Example


Text Example

White with #242290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242290; }

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

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

background-color css

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

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

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

border-color css

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

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

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