#3014AA

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

Shades of Ultramarine #3014AA

Tints of Ultramarine #3014AA

Color information

#3014AA (or 0x3014AA) is unknown color: approx Ultramarine. HEX triplet: 30, 14 and AA. RGB value is (48,20,170). Sum of RGB (Red+Green+Blue) = 48+20+170=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #3014AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3014AA is #CFEB55. Grayscale: #2C2C2C. Windows color (decimal): -13626198 or 11146288. OLE color: 11146288.

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

Color convert

RGB4820170-
CMYK0.720.8800.33
HSL251.2º78.95%37.25%-
HSV(B)251.2º88.24%66.67%-
XYZ8.724.0338.35-
YUV45.47198.28129.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=20.17%
G=8.40%
B=71.43%

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
Decimal48201700.720.8800.33251.278.9537.25
Hex3014AA4858021fb4f25
Octal602425211013004137311745
Binary1100001010010101010100100010110000100001111110111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3014AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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