#3011BA

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

Shades of Ultramarine #3011BA

Tints of Ultramarine #3011BA

Color information

#3011BA (or 0x3011BA) is unknown color: approx Ultramarine. HEX triplet: 30, 11 and BA. RGB value is (48,17,186). Sum of RGB (Red+Green+Blue) = 48+17+186=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #3011BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011BA is #CFEE45. Grayscale: #2C2C2C. Windows color (decimal): -13626950 or 12194096. OLE color: 12194096.

HSL color Cylindrical-coordinate representation of color #3011BA: hue angle of 251.01º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3011BA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4817186-
CMYK0.740.9100.27
HSL251.01º83.25%39.8%-
HSV(B)251.01º90.86%72.94%-
XYZ10.284.5746.8-
YUV45.54207.27129.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 186 (73.05% from 255) = 74.10%
R=19.12%
G=6.77%
B=74.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48171860.740.9100.27251.0183.2539.8
Hex3011BA4A5B01Bfb5328
Octal602127211213303337312350
Binary110000100011011101010010101011011011011111110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3011BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3011BA; }

 p { color: rgb(48,17,186); }

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

<style>
 a { background-color: #3011BA; }

 a { background-color: rgb(48,17,186); }

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

<style>
 span { border-color: #3011BA; }

 span { border-color: rgb(48,17,186); }

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