#2B159C

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

Shades of Ultramarine #2B159C

Tints of Ultramarine #2B159C

Color information

#2B159C (or 0x2B159C) is unknown color: approx Ultramarine. HEX triplet: 2B, 15 and 9C. RGB value is (43,21,156). Sum of RGB (Red+Green+Blue) = 43+21+156=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B159C is #D4EA63. Grayscale: #2A2A2A. Windows color (decimal): -13953636 or 10229035. OLE color: 10229035.

HSL color Cylindrical-coordinate representation of color #2B159C: hue angle of 249.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B159C is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4321156-
CMYK0.720.8700.39
HSL249.78º76.27%34.71%-
HSV(B)249.78º86.54%61.18%-
XYZ7.273.4531.74-
YUV42.97191.79128.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 156 (61.33% from 255) = 70.91%
R=19.55%
G=9.55%
B=70.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43211560.720.8700.39249.7876.2734.71
Hex2B159C4857027fa4c23
Octal532523411012704737211443
Binary1010111010110011100100100010101110100111111110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,156); }

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

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

 a { background-color: rgb(43,21,156); }

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

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

 span { border-color: rgb(43,21,156); }

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