#2B1CAA

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

Shades of Ultramarine #2B1CAA

Tints of Ultramarine #2B1CAA

Color information

#2B1CAA (or 0x2B1CAA) is unknown color: approx Ultramarine. HEX triplet: 2B, 1C and AA. RGB value is (43,28,170). Sum of RGB (Red+Green+Blue) = 43+28+170=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1CAA is #D4E355. Grayscale: #303030. Windows color (decimal): -13951830 or 11148331. OLE color: 11148331.

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

Color convert

RGB4328170-
CMYK0.750.8400.33
HSL246.34º71.72%38.82%-
HSV(B)246.34º83.53%66.67%-
XYZ8.674.2538.39-
YUV48.67196.47123.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=17.84%
G=11.62%
B=70.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43281700.750.8400.33246.3471.7238.82
Hex2B1CAA4B54021f64827
Octal533425211312404136611047
Binary1010111110010101010100101110101000100001111101101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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