#2B1AA6

Color #2B1AA6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2B1AA6

Tints of Ultramarine #2B1AA6

Color information

#2B1AA6 (or 0x2B1AA6) is unknown color: approx Ultramarine. HEX triplet: 2B, 1A and A6. RGB value is (43,26,166). Sum of RGB (Red+Green+Blue) = 43+26+166=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B1AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1AA6 is #D4E559. Grayscale: #2E2E2E. Windows color (decimal): -13952346 or 10885675. OLE color: 10885675.

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

Color convert

RGB4326166-
CMYK0.740.8400.35
HSL247.29º72.92%37.65%-
HSV(B)247.29º84.34%65.1%-
XYZ8.254.0136.41-
YUV47.04195.13125.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 166 (65.23% from 255) = 70.64%
R=18.30%
G=11.06%
B=70.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43261660.740.8400.35247.2972.9237.65
Hex2B1AA64A54023f74926
Octal533224611212404336711146
Binary1010111101010100110100101010101000100011111101111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,166); }

 H1.HeaderClassName
 {
   color: #2B1AA6;
 }
 .AnyTagClassName
 {
   color: #2B1AA6;
 }
</style>
background-color css

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

 a { background-color: rgb(43,26,166); }

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

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

 span { border-color: rgb(43,26,166); }

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