Html Css Color HEX #2E0BBA Ultramarine

📋 copy color: '#2E0BBA'

red 46 ◦ green 11 ◦ blue 186

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

Shades of Ultramarine #2E0BBA

Tints of Ultramarine #2E0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

 BLUE value IS 186 (73.05% from 255) = 76.54%

R = 18.93%
G = 4.53%
B = 76.54%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E0BBA (or 0x2E0BBA) is known color: Ultramarine. HEX triplet: 2E, 0B and BA. RGB value is (46,11,186). Sum of RGB (Red+Green+Blue) = 46+11+186=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0BBA is #D1F445. Grayscale: #282828. Windows color (decimal): -13759558 or 12192558. OLE color: 12192558.

HSL color Cylindrical-coordinate representation of color #2E0BBA: hue angle of 252º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0BBA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 11 186 -
CMYK 0.75 0.94 0 0.27
HSL 252º 0.89% 0.39% -
HSV(B) 252º 0.94% 0.73% -
XYZ 10.11 4.37 46.76 -
YUV 41.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 46 11 186 0.75 0.94 0 0.27 252 0.89 0.39
Hex 2E B BA 4B 5E 0 1B FC 59 27
Octal 56 13 272 113 136 0 33 374 131 47
Binary 101110 1011 10111010 1001011 1011110 0 11011 11111100 1011001 100111

Color Harmonies of #2E0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0BBA

Black with #2E0BBA

Text Example


Text Example

White with #2E0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,11,186); }

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

background-color css

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

 a { background-color: rgb(46,11,186); }

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

border-color css

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

 span { border-color: rgb(46,11,186); }

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