#3064FC

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

Shades of Royal Blue #3064FC

Tints of Royal Blue #3064FC

Color information

#3064FC (or 0x3064FC) is unknown color: approx Royal Blue. HEX triplet: 30, 64 and FC. RGB value is (48,100,252). Sum of RGB (Red+Green+Blue) = 48+100+252=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #3064FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064FC is #CF9B03. Grayscale: #656565. Windows color (decimal): -13605636 or 16540720. OLE color: 16540720.

HSL color Cylindrical-coordinate representation of color #3064FC: hue angle of 224.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3064FC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB48100252-
CMYK0.810.6000.01
HSL224.71º97.14%58.82%-
HSV(B)224.71º80.95%98.82%-
XYZ23.3516.7794.1-
YUV101.78212.7789.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 63%
R=12%
G=25%
B=63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal481002520.810.6000.01224.7197.1458.82
Hex3064FC513C01e1613b
Octal60144374121740134114173
Binary110000110010011111100101000111110001111000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3064FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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