Html Css Color HEX #2B11AA Ultramarine

📋 copy color: '#2B11AA'

red 43 ◦ green 17 ◦ blue 170

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

Shades of Ultramarine #2B11AA

Tints of Ultramarine #2B11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 170 (66.8% from 255) = 73.91%

R = 18.7%
G = 7.39%
B = 73.91%

CMYK

 C value IS 0.75

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B11AA (or 0x2B11AA) is known color: Ultramarine. HEX triplet: 2B, 11 and AA. RGB value is (43,17,170). Sum of RGB (Red+Green+Blue) = 43+17+170=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B11AA is #D4EE55. Grayscale: #292929. Windows color (decimal): -13954646 or 11145515. OLE color: 11145515.

HSL color Cylindrical-coordinate representation of color #2B11AA: hue angle of 250.2º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B11AA is Cyan = 0.75, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 17 170 -
CMYK 0.75 0.9 0 0.33
HSL 250.2º 0.82% 0.37% -
HSV(B) 250.2º 0.9% 0.67% -
XYZ 8.45 3.82 38.32 -
YUV 42.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 43 17 170 0.75 0.9 0 0.33 250.2 0.82 0.37
Hex 2B 11 AA 4B 5A 0 21 FA 52 25
Octal 53 21 252 113 132 0 41 372 122 45
Binary 101011 10001 10101010 1001011 1011010 0 100001 11111010 1010010 100101

Color Harmonies of #2B11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B11AA

Black with #2B11AA

Text Example


Text Example

White with #2B11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,17,170); }

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

background-color css

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

 a { background-color: rgb(43,17,170); }

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

border-color css

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

 span { border-color: rgb(43,17,170); }

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