#2B039B

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

Shades of Ultramarine #2B039B

Tints of Ultramarine #2B039B

Color information

#2B039B (or 0x2B039B) is unknown color: approx Ultramarine. HEX triplet: 2B, 03 and 9B. RGB value is (43,3,155). Sum of RGB (Red+Green+Blue) = 43+3+155=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B039B is #D4FC64. Grayscale: #1F1F1F. Windows color (decimal): -13958245 or 10158891. OLE color: 10158891.

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

Color convert

RGB433155-
CMYK0.720.9800.39
HSL255.79º96.2%30.98%-
HSV(B)255.79º98.06%60.78%-
XYZ6.952.9531.21-
YUV32.29197.25135.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 155 (60.94% from 255) = 77.11%
R=21.39%
G=1.49%
B=77.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4331550.720.9800.39255.7996.230.98
Hex2B39B4862027100601f
Octal53323311014204740014037
Binary1010111110011011100100011000100100111100000000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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