Html Css Color HEX #2E219B Ultramarine

📋 copy color: '#2E219B'

red 46 ◦ green 33 ◦ blue 155

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

Shades of Ultramarine #2E219B

Tints of Ultramarine #2E219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 19.66%
G = 14.1%
B = 66.24%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E219B (or 0x2E219B) is known color: Ultramarine. HEX triplet: 2E, 21 and 9B. RGB value is (46,33,155). Sum of RGB (Red+Green+Blue) = 46+33+155=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E219B is #D1DE64. Grayscale: #323232. Windows color (decimal): -13753957 or 10166574. OLE color: 10166574.

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

Color convert

RGB 46 33 155 -
CMYK 0.70 0.79 0 0.39
HSL 246.39º 0.65% 0.37% -
HSV(B) 246.39º 0.79% 0.61% -
XYZ 7.59 4.04 31.39 -
YUV 50.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 46 33 155 0.70 0.79 0 0.39 246.39 0.65 0.37
Hex 2E 21 9B 46 4F 0 27 F6 41 25
Octal 56 41 233 106 117 0 47 366 101 45
Binary 101110 100001 10011011 1000110 1001111 0 100111 11110110 1000001 100101

Color Harmonies of #2E219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E219B

Black with #2E219B

Text Example


Text Example

White with #2E219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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