#2B1BAE

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

Shades of Ultramarine #2B1BAE

Tints of Ultramarine #2B1BAE

Color information

#2B1BAE (or 0x2B1BAE) is unknown color: approx Ultramarine. HEX triplet: 2B, 1B and AE. RGB value is (43,27,174). Sum of RGB (Red+Green+Blue) = 43+27+174=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1BAE is #D4E451. Grayscale: #2F2F2F. Windows color (decimal): -13952082 or 11410219. OLE color: 11410219.

HSL color Cylindrical-coordinate representation of color #2B1BAE: hue angle of 246.53º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1BAE is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4327174-
CMYK0.750.8400.32
HSL246.53º73.13%39.41%-
HSV(B)246.53º84.48%68.24%-
XYZ9.034.3540.41-
YUV48.54198.8124.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 174 (68.36% from 255) = 71.31%
R=17.62%
G=11.07%
B=71.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43271740.750.8400.32246.5373.1339.41
Hex2B1BAE4B54020f74927
Octal533325611312404036711147
Binary1010111101110101110100101110101000100000111101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,174); }

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

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

 a { background-color: rgb(43,27,174); }

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

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

 span { border-color: rgb(43,27,174); }

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