Html Css Color HEX #242691 Ultramarine

📋 copy color: '#242691'

red 36 ◦ green 38 ◦ blue 145

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

Shades of Ultramarine #242691

Tints of Ultramarine #242691

RGB

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

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

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

R = 16.44%
G = 17.35%
B = 66.21%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242691 (or 0x242691) is known color: Ultramarine. HEX triplet: 24, 26 and 91. RGB value is (36,38,145). Sum of RGB (Red+Green+Blue) = 36+38+145=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #242691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242691 is #DBD96E. Grayscale: #313131. Windows color (decimal): -14408047 or 9512484. OLE color: 9512484.

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

Color convert

RGB 36 38 145 -
CMYK 0.75 0.74 0 0.43
HSL 238.9º 0.6% 0.35% -
HSV(B) 238.9º 0.75% 0.57% -
XYZ 6.53 3.81 27.18 -
YUV 49.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 36 38 145 0.75 0.74 0 0.43 238.9 0.6 0.35
Hex 24 26 91 4B 4A 0 2B EF 3C 23
Octal 44 46 221 113 112 0 53 357 74 43
Binary 100100 100110 10010001 1001011 1001010 0 101011 11101111 111100 100011

Color Harmonies of #242691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242691

Black with #242691

Text Example


Text Example

White with #242691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242691; }

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

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

background-color css

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

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

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

border-color css

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

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

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