#3014AC

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

Shades of Ultramarine #3014AC

Tints of Ultramarine #3014AC

Color information

#3014AC (or 0x3014AC) is unknown color: approx Ultramarine. HEX triplet: 30, 14 and AC. RGB value is (48,20,172). Sum of RGB (Red+Green+Blue) = 48+20+172=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3014AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AC is #CFEB53. Grayscale: #2D2D2D. Windows color (decimal): -13626196 or 11277360. OLE color: 11277360.

HSL color Cylindrical-coordinate representation of color #3014AC: hue angle of 251.05º degrees, saturation: 0.79, 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 #3014AC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4820172-
CMYK0.720.8800.33
HSL251.05º79.17%37.65%-
HSV(B)251.05º88.37%67.45%-
XYZ8.924.1139.35-
YUV45.7199.28129.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 172 (67.58% from 255) = 71.67%
R=20%
G=8.33%
B=71.67%

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
Decimal48201720.720.8800.33251.0579.1737.65
Hex3014AC4858021fb4f26
Octal602425411013004137311746
Binary1100001010010101100100100010110000100001111110111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3014AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3014AC; }

 p { color: rgb(48,20,172); }

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

<style>
 a { background-color: #3014AC; }

 a { background-color: rgb(48,20,172); }

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

<style>
 span { border-color: #3014AC; }

 span { border-color: rgb(48,20,172); }

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