#2B0EB2

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

Shades of Ultramarine #2B0EB2

Tints of Ultramarine #2B0EB2

Color information

#2B0EB2 (or 0x2B0EB2) is unknown color: approx Ultramarine. HEX triplet: 2B, 0E and B2. RGB value is (43,14,178). Sum of RGB (Red+Green+Blue) = 43+14+178=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 178 (69.92% from 255 or 75.74% from 235); Max value from RGB is 178 - color contains mainly: blue. Hex color #2B0EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0EB2 is #D4F14D. Grayscale: #282828. Windows color (decimal): -13955406 or 11669035. OLE color: 11669035.

HSL color Cylindrical-coordinate representation of color #2B0EB2: hue angle of 250.61º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0EB2 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4314178-
CMYK0.760.9200.30
HSL250.61º85.42%37.65%-
HSV(B)250.61º92.13%69.8%-
XYZ9.194.0442.42-
YUV41.37205.11129.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 178 (69.92% from 255) = 75.74%
R=18.30%
G=5.96%
B=75.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43141780.760.9200.30250.6185.4237.65
Hex2BEB24C5C01Efb5526
Octal531626211413403637312546
Binary10101111101011001010011001011100011110111110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,14,178); }

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

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

 a { background-color: rgb(43,14,178); }

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

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

 span { border-color: rgb(43,14,178); }

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