#2B1D99

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

Shades of Ultramarine #2B1D99

Tints of Ultramarine #2B1D99

Color information

#2B1D99 (or 0x2B1D99) is unknown color: approx Ultramarine. HEX triplet: 2B, 1D and 99. RGB value is (43,29,153). Sum of RGB (Red+Green+Blue) = 43+29+153=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B1D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1D99 is #D4E266. Grayscale: #2E2E2E. Windows color (decimal): -13951591 or 10034475. OLE color: 10034475.

HSL color Cylindrical-coordinate representation of color #2B1D99: hue angle of 246.77º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1D99 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4329153-
CMYK0.720.8100.4
HSL246.77º68.13%35.69%-
HSV(B)246.77º81.05%60%-
XYZ7.193.6930.47-
YUV47.32187.64124.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 153 (60.16% from 255) = 68%
R=19.11%
G=12.89%
B=68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43291530.720.8100.4246.7768.1335.69
Hex2B1D994851028f74424
Octal533523111012105036710444
Binary1010111110110011001100100010100010101000111101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,153); }

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

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

 a { background-color: rgb(43,29,153); }

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

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

 span { border-color: rgb(43,29,153); }

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