Html Css Color HEX #242293 Ultramarine

📋 copy color: '#242293'

red 36 ◦ green 34 ◦ blue 147

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

Shades of Ultramarine #242293

Tints of Ultramarine #242293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.74%

R = 16.59%
G = 15.67%
B = 67.74%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242293 (or 0x242293) is known color: Ultramarine. HEX triplet: 24, 22 and 93. RGB value is (36,34,147). Sum of RGB (Red+Green+Blue) = 36+34+147=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #242293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242293 is #DBDD6C. Grayscale: #2F2F2F. Windows color (decimal): -14409069 or 9642532. OLE color: 9642532.

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

Color convert

RGB 36 34 147 -
CMYK 0.76 0.77 0 0.42
HSL 241.06º 0.62% 0.35% -
HSV(B) 241.06º 0.77% 0.58% -
XYZ 6.57 3.63 27.96 -
YUV 47.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 36 34 147 0.76 0.77 0 0.42 241.06 0.62 0.35
Hex 24 22 93 4C 4D 0 2A F1 3E 23
Octal 44 42 223 114 115 0 52 361 76 43
Binary 100100 100010 10010011 1001100 1001101 0 101010 11110001 111110 100011

Color Harmonies of #242293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242293

Black with #242293

Text Example


Text Example

White with #242293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242293; }

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

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

background-color css

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

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

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

border-color css

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

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

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