#2B1C95

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

Shades of Ultramarine #2B1C95

Tints of Ultramarine #2B1C95

Color information

#2B1C95 (or 0x2B1C95) is unknown color: approx Ultramarine. HEX triplet: 2B, 1C and 95. RGB value is (43,28,149). Sum of RGB (Red+Green+Blue) = 43+28+149=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B1C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1C95 is #D4E36A. Grayscale: #2D2D2D. Windows color (decimal): -13951851 or 9772075. OLE color: 9772075.

HSL color Cylindrical-coordinate representation of color #2B1C95: hue angle of 247.44º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1C95 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4328149-
CMYK0.710.8100.42
HSL247.44º68.36%34.71%-
HSV(B)247.44º81.21%58.43%-
XYZ6.843.5128.75-
YUV46.28185.97125.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 149 (58.59% from 255) = 67.73%
R=19.55%
G=12.73%
B=67.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43281490.710.8100.42247.4468.3634.71
Hex2B1C95475102Af74423
Octal533422510712105236710443
Binary1010111110010010101100011110100010101010111101111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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