#3064F2

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

Shades of Royal Blue #3064F2

Tints of Royal Blue #3064F2

Color information

#3064F2 (or 0x3064F2) is unknown color: approx Royal Blue. HEX triplet: 30, 64 and F2. RGB value is (48,100,242). Sum of RGB (Red+Green+Blue) = 48+100+242=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #3064F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064F2 is #CF9B0D. Grayscale: #646464. Windows color (decimal): -13605646 or 15885360. OLE color: 15885360.

HSL color Cylindrical-coordinate representation of color #3064F2: hue angle of 223.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3064F2 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48100242-
CMYK0.800.5900.05
HSL223.92º88.18%56.86%-
HSV(B)223.92º80.17%94.9%-
XYZ21.816.1585.97-
YUV100.64207.7790.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.31%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 242 (94.92% from 255) = 62.05%
R=12.31%
G=25.64%
B=62.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481002420.800.5900.05223.9288.1856.86
Hex3064F2503B05e05839
Octal60144362120730534013071
Binary11000011001001111001010100001110110101111000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3064F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3064F2; }

 p { color: rgb(48,100,242); }

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

<style>
 a { background-color: #3064F2; }

 a { background-color: rgb(48,100,242); }

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

<style>
 span { border-color: #3064F2; }

 span { border-color: rgb(48,100,242); }

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