#2B0AAC

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

Shades of Ultramarine #2B0AAC

Tints of Ultramarine #2B0AAC

Color information

#2B0AAC (or 0x2B0AAC) is unknown color: approx Ultramarine. HEX triplet: 2B, 0A and AC. RGB value is (43,10,172). Sum of RGB (Red+Green+Blue) = 43+10+172=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0AAC is #D4F553. Grayscale: #252525. Windows color (decimal): -13956436 or 11274795. OLE color: 11274795.

HSL color Cylindrical-coordinate representation of color #2B0AAC: hue angle of 252.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0AAC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4310172-
CMYK0.750.9400.33
HSL252.22º89.01%35.69%-
HSV(B)252.22º94.19%67.45%-
XYZ8.553.7139.29-
YUV38.33203.43131.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 172 (67.58% from 255) = 76.44%
R=19.11%
G=4.44%
B=76.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43101720.750.9400.33252.2289.0135.69
Hex2BAAC4B5E021fc5924
Octal531225411313604137413144
Binary101011101010101100100101110111100100001111111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,10,172); }

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

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

 a { background-color: rgb(43,10,172); }

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

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

 span { border-color: rgb(43,10,172); }

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