#2B0BA6

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

Shades of Ultramarine #2B0BA6

Tints of Ultramarine #2B0BA6

Color information

#2B0BA6 (or 0x2B0BA6) is unknown color: approx Ultramarine. HEX triplet: 2B, 0B and A6. RGB value is (43,11,166). Sum of RGB (Red+Green+Blue) = 43+11+166=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B0BA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0BA6 is #D4F459. Grayscale: #252525. Windows color (decimal): -13956186 or 10881835. OLE color: 10881835.

HSL color Cylindrical-coordinate representation of color #2B0BA6: hue angle of 252.39º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0BA6 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4311166-
CMYK0.740.9300.35
HSL252.39º87.57%34.71%-
HSV(B)252.39º93.37%65.1%-
XYZ83.5136.33-
YUV38.24200.1131.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 11 (4.69% from 255) = 5%
BLUE value IS 166 (65.23% from 255) = 75.45%
R=19.55%
G=5%
B=75.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43111660.740.9300.35252.3987.5734.71
Hex2BBA64A5D023fc5823
Octal531324611213504337413043
Binary101011101110100110100101010111010100011111111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,166); }

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

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

 a { background-color: rgb(43,11,166); }

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

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

 span { border-color: rgb(43,11,166); }

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