Html Css Color HEX #2B219B Ultramarine

📋 copy color: '#2B219B'

red 43 ◦ green 33 ◦ blue 155

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

Shades of Ultramarine #2B219B

Tints of Ultramarine #2B219B

RGB

 RED value IS 43 (17.19% from 255) = 18.61%

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

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

R = 18.61%
G = 14.29%
B = 67.1%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B219B (or 0x2B219B) is known color: Ultramarine. HEX triplet: 2B, 21 and 9B. RGB value is (43,33,155). Sum of RGB (Red+Green+Blue) = 43+33+155=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B219B is #D4DE64. Grayscale: #313131. Windows color (decimal): -13950565 or 10166571. OLE color: 10166571.

HSL color Cylindrical-coordinate representation of color #2B219B: hue angle of 244.92º 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 #2B219B is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 33 155 -
CMYK 0.72 0.79 0 0.39
HSL 244.92º 0.65% 0.37% -
HSV(B) 244.92º 0.79% 0.61% -
XYZ 7.46 3.97 31.38 -
YUV 49.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 43 33 155 0.72 0.79 0 0.39 244.92 0.65 0.37
Hex 2B 21 9B 48 4F 0 27 F5 41 25
Octal 53 41 233 110 117 0 47 365 101 45
Binary 101011 100001 10011011 1001000 1001111 0 100111 11110101 1000001 100101

Color Harmonies of #2B219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B219B

Black with #2B219B

Text Example


Text Example

White with #2B219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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