#2B029B

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

Shades of Ultramarine #2B029B

Tints of Ultramarine #2B029B

Color information

#2B029B (or 0x2B029B) is unknown color: approx Ultramarine. HEX triplet: 2B, 02 and 9B. RGB value is (43,2,155). Sum of RGB (Red+Green+Blue) = 43+2+155=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B029B is #D4FD64. Grayscale: #1F1F1F. Windows color (decimal): -13958501 or 10158635. OLE color: 10158635.

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

Color convert

RGB432155-
CMYK0.720.9900.39
HSL256.08º97.45%30.78%-
HSV(B)256.08º98.71%60.78%-
XYZ6.932.9231.21-
YUV31.7197.58136.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 155 (60.94% from 255) = 77.5%
R=21.5%
G=1%
B=77.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4321550.720.9900.39256.0897.4530.78
Hex2B29B4863027100611f
Octal53223311014304740014137
Binary1010111010011011100100011000110100111100000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,155); }

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

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

 a { background-color: rgb(43,2,155); }

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

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

 span { border-color: rgb(43,2,155); }

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