Html Css Color HEX #242291 Ultramarine

📋 copy color: '#242291'

red 36 ◦ green 34 ◦ blue 145

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

Shades of Ultramarine #242291

Tints of Ultramarine #242291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 16.74%
G = 15.81%
B = 67.44%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242291 (or 0x242291) is known color: Ultramarine. HEX triplet: 24, 22 and 91. RGB value is (36,34,145). Sum of RGB (Red+Green+Blue) = 36+34+145=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #242291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242291 is #DBDD6E. Grayscale: #2E2E2E. Windows color (decimal): -14409071 or 9511460. OLE color: 9511460.

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

Color convert

RGB 36 34 145 -
CMYK 0.75 0.77 0 0.43
HSL 241.08º 0.62% 0.35% -
HSV(B) 241.08º 0.77% 0.57% -
XYZ 6.41 3.56 27.14 -
YUV 47.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 36 34 145 0.75 0.77 0 0.43 241.08 0.62 0.35
Hex 24 22 91 4B 4D 0 2B F1 3E 23
Octal 44 42 221 113 115 0 53 361 76 43
Binary 100100 100010 10010001 1001011 1001101 0 101011 11110001 111110 100011

Color Harmonies of #242291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242291

Black with #242291

Text Example


Text Example

White with #242291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242291; }

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

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

background-color css

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

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

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

border-color css

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

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

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