Html Css Color HEX #2E0E9B Ultramarine

📋 copy color: '#2E0E9B'

red 46 ◦ green 14 ◦ blue 155

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

Shades of Ultramarine #2E0E9B

Tints of Ultramarine #2E0E9B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

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

R = 21.4%
G = 6.51%
B = 72.09%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E0E9B (or 0x2E0E9B) is known color: Ultramarine. HEX triplet: 2E, 0E and 9B. RGB value is (46,14,155). Sum of RGB (Red+Green+Blue) = 46+14+155=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E0E9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0E9B is #D1F164. Grayscale: #272727. Windows color (decimal): -13758821 or 10161710. OLE color: 10161710.

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

Color convert

RGB 46 14 155 -
CMYK 0.70 0.91 0 0.39
HSL 253.62º 0.83% 0.33% -
HSV(B) 253.62º 0.91% 0.61% -
XYZ 7.2 3.26 31.26 -
YUV 39.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 46 14 155 0.70 0.91 0 0.39 253.62 0.83 0.33
Hex 2E E 9B 46 5B 0 27 FE 53 21
Octal 56 16 233 106 133 0 47 376 123 41
Binary 101110 1110 10011011 1000110 1011011 0 100111 11111110 1010011 100001

Color Harmonies of #2E0E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0E9B

Black with #2E0E9B

Text Example


Text Example

White with #2E0E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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