#3012B5

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

Shades of Ultramarine #3012B5

Tints of Ultramarine #3012B5

Color information

#3012B5 (or 0x3012B5) is unknown color: approx Ultramarine. HEX triplet: 30, 12 and B5. RGB value is (48,18,181). Sum of RGB (Red+Green+Blue) = 48+18+181=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 181 (71.09% from 255 or 73.28% from 247); Max value from RGB is 181 - color contains mainly: blue. Hex color #3012B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012B5 is #CFED4A. Grayscale: #2C2C2C. Windows color (decimal): -13626699 or 11866672. OLE color: 11866672.

HSL color Cylindrical-coordinate representation of color #3012B5: hue angle of 251.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3012B5 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4818181-
CMYK0.730.9000.29
HSL251.04º81.91%39.02%-
HSV(B)251.04º90.06%70.98%-
XYZ9.784.444.05-
YUV45.55204.44129.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 181 (71.09% from 255) = 73.28%
R=19.43%
G=7.29%
B=73.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48181810.730.9000.29251.0481.9139.02
Hex3012B5495A01Dfb5227
Octal602226511113203537312247
Binary110000100101011010110010011011010011101111110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3012B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3012B5; }

 p { color: rgb(48,18,181); }

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

<style>
 a { background-color: #3012B5; }

 a { background-color: rgb(48,18,181); }

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

<style>
 span { border-color: #3012B5; }

 span { border-color: rgb(48,18,181); }

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