#3070D1

Color #3070D1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3070D1

Tints of Royal Blue #3070D1

Color information

#3070D1 (or 0x3070D1) is unknown color: approx Royal Blue. HEX triplet: 30, 70 and D1. RGB value is (48,112,209). Sum of RGB (Red+Green+Blue) = 48+112+209=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #3070D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070D1 is #CF8F2E. Grayscale: #676767. Windows color (decimal): -13602607 or 13725744. OLE color: 13725744.

HSL color Cylindrical-coordinate representation of color #3070D1: hue angle of 216.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3070D1 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB48112209-
CMYK0.770.4600.18
HSL216.15º63.64%50.39%-
HSV(B)216.15º77.03%81.96%-
XYZ18.5216.8262.59-
YUV103.92187.388.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.01%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 209 (82.03% from 255) = 56.64%
R=13.01%
G=30.35%
B=56.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal481122090.770.4600.18216.1563.6450.39
Hex3070D14D2E012d84032
Octal601603211155602233010062
Binary1100001110000110100011001101101110010010110110001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3070D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3070D1; }

 p { color: rgb(48,112,209); }

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

<style>
 a { background-color: #3070D1; }

 a { background-color: rgb(48,112,209); }

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

<style>
 span { border-color: #3070D1; }

 span { border-color: rgb(48,112,209); }

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