Html Css Color HEX #2B219E Ultramarine

📋 copy color: '#2B219E'

red 43 ◦ green 33 ◦ blue 158

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

Shades of Ultramarine #2B219E

Tints of Ultramarine #2B219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.52%

R = 18.38%
G = 14.1%
B = 67.52%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B219E (or 0x2B219E) is known color: Ultramarine. HEX triplet: 2B, 21 and 9E. RGB value is (43,33,158). Sum of RGB (Red+Green+Blue) = 43+33+158=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B219E is #D4DE61. Grayscale: #313131. Windows color (decimal): -13950562 or 10363179. OLE color: 10363179.

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

Color convert

RGB 43 33 158 -
CMYK 0.73 0.79 0 0.38
HSL 244.8º 0.65% 0.37% -
HSV(B) 244.8º 0.79% 0.62% -
XYZ 7.71 4.07 32.73 -
YUV 50.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 43 33 158 0.73 0.79 0 0.38 244.8 0.65 0.37
Hex 2B 21 9E 49 4F 0 26 F5 41 25
Octal 53 41 236 111 117 0 46 365 101 45
Binary 101011 100001 10011110 1001001 1001111 0 100110 11110101 1000001 100101

Color Harmonies of #2B219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B219E

Black with #2B219E

Text Example


Text Example

White with #2B219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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