#3014B5

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

Shades of Ultramarine #3014B5

Tints of Ultramarine #3014B5

Color information

#3014B5 (or 0x3014B5) is unknown color: approx Ultramarine. HEX triplet: 30, 14 and B5. RGB value is (48,20,181). Sum of RGB (Red+Green+Blue) = 48+20+181=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #3014B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014B5 is #CFEB4A. Grayscale: #2E2E2E. Windows color (decimal): -13626187 or 11867184. OLE color: 11867184.

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

Color convert

RGB4820181-
CMYK0.730.8900.29
HSL250.43º80.1%39.41%-
HSV(B)250.43º88.95%70.98%-
XYZ9.814.4644.06-
YUV46.73203.78128.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 181 (71.09% from 255) = 72.69%
R=19.28%
G=8.03%
B=72.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48201810.730.8900.29250.4380.139.41
Hex3014B5495901Dfa5027
Octal602426511113103537212047
Binary110000101001011010110010011011001011101111110101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3014B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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