Html Css Color HEX #2E089B Ultramarine

📋 copy color: '#2E089B'

red 46 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #2E089B

Tints of Ultramarine #2E089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 22.01%
G = 3.83%
B = 74.16%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E089B (or 0x2E089B) is known color: Ultramarine. HEX triplet: 2E, 08 and 9B. RGB value is (46,8,155). Sum of RGB (Red+Green+Blue) = 46+8+155=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E089B is #D1F764. Grayscale: #232323. Windows color (decimal): -13760357 or 10160174. OLE color: 10160174.

HSL color Cylindrical-coordinate representation of color #2E089B: hue angle of 255.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E089B is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 8 155 -
CMYK 0.70 0.95 0 0.39
HSL 255.51º 0.9% 0.32% -
HSV(B) 255.51º 0.95% 0.61% -
XYZ 7.13 3.12 31.24 -
YUV 36.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 46 8 155 0.70 0.95 0 0.39 255.51 0.9 0.32
Hex 2E 8 9B 46 5F 0 27 100 5A 20
Octal 56 10 233 106 137 0 47 400 132 40
Binary 101110 1000 10011011 1000110 1011111 0 100111 100000000 1011010 100000

Color Harmonies of #2E089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E089B

Black with #2E089B

Text Example


Text Example

White with #2E089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,8,155); }

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

background-color css

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

 a { background-color: rgb(46,8,155); }

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

border-color css

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

 span { border-color: rgb(46,8,155); }

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