#3018AB

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

Shades of Ultramarine #3018AB

Tints of Ultramarine #3018AB

Color information

#3018AB (or 0x3018AB) is unknown color: approx Ultramarine. HEX triplet: 30, 18 and AB. RGB value is (48,24,171). Sum of RGB (Red+Green+Blue) = 48+24+171=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3018AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3018AB is #CFE754. Grayscale: #2F2F2F. Windows color (decimal): -13625173 or 11212848. OLE color: 11212848.

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

Color convert

RGB4824171-
CMYK0.720.8600.33
HSL249.8º75.38%38.24%-
HSV(B)249.8º85.96%67.06%-
XYZ8.94.2238.87-
YUV47.93197.45128.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=19.75%
G=9.88%
B=70.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48241710.720.8600.33249.875.3838.24
Hex3018AB4856021fa4b26
Octal603025311012604137211346
Binary1100001100010101011100100010101100100001111110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3018AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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