Html Css Color HEX #2E199C Ultramarine

📋 copy color: '#2E199C'

red 46 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #2E199C

Tints of Ultramarine #2E199C

RGB

 RED value IS 46 (18.36% from 255) = 20.26%

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 156 (61.33% from 255) = 68.72%

R = 20.26%
G = 11.01%
B = 68.72%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E199C (or 0x2E199C) is known color: Ultramarine. HEX triplet: 2E, 19 and 9C. RGB value is (46,25,156). Sum of RGB (Red+Green+Blue) = 46+25+156=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E199C is #D1E663. Grayscale: #2D2D2D. Windows color (decimal): -13756004 or 10230062. OLE color: 10230062.

HSL color Cylindrical-coordinate representation of color #2E199C: hue angle of 249.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E199C is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 25 156 -
CMYK 0.71 0.84 0 0.39
HSL 249.62º 0.72% 0.35% -
HSV(B) 249.62º 0.84% 0.61% -
XYZ 7.48 3.68 31.77 -
YUV 46.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 46 25 156 0.71 0.84 0 0.39 249.62 0.72 0.35
Hex 2E 19 9C 47 54 0 27 FA 48 23
Octal 56 31 234 107 124 0 47 372 110 43
Binary 101110 11001 10011100 1000111 1010100 0 100111 11111010 1001000 100011

Color Harmonies of #2E199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E199C

Black with #2E199C

Text Example


Text Example

White with #2E199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E199C; }

 p { color: rgb(46,25,156); }

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

background-color css

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

 a { background-color: rgb(46,25,156); }

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

border-color css

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

 span { border-color: rgb(46,25,156); }

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