#3015AB

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

Shades of Ultramarine #3015AB

Tints of Ultramarine #3015AB

Color information

#3015AB (or 0x3015AB) is unknown color: approx Ultramarine. HEX triplet: 30, 15 and AB. RGB value is (48,21,171). Sum of RGB (Red+Green+Blue) = 48+21+171=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3015AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3015AB is #CFEA54. Grayscale: #2D2D2D. Windows color (decimal): -13625941 or 11212080. OLE color: 11212080.

HSL color Cylindrical-coordinate representation of color #3015AB: hue angle of 250.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3015AB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4821171-
CMYK0.720.8800.33
HSL250.8º78.12%37.65%-
HSV(B)250.8º87.72%67.06%-
XYZ8.844.138.85-
YUV46.17198.45129.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=20%
G=8.75%
B=71.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48211710.720.8800.33250.878.1237.65
Hex3015AB4858021fb4e26
Octal602525311013004137311646
Binary1100001010110101011100100010110000100001111110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3015AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3015AB; }

 p { color: rgb(48,21,171); }

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

<style>
 a { background-color: #3015AB; }

 a { background-color: rgb(48,21,171); }

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

<style>
 span { border-color: #3015AB; }

 span { border-color: rgb(48,21,171); }

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