#3062FC

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

Shades of Royal Blue #3062FC

Tints of Royal Blue #3062FC

Color information

#3062FC (or 0x3062FC) is unknown color: approx Royal Blue. HEX triplet: 30, 62 and FC. RGB value is (48,98,252). Sum of RGB (Red+Green+Blue) = 48+98+252=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #3062FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3062FC is #CF9D03. Grayscale: #636363. Windows color (decimal): -13606148 or 16540208. OLE color: 16540208.

HSL color Cylindrical-coordinate representation of color #3062FC: hue angle of 225.29º 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 #3062FC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4898252-
CMYK0.810.6100.01
HSL225.29º97.14%58.82%-
HSV(B)225.29º80.95%98.82%-
XYZ23.1616.3994.04-
YUV100.61213.4490.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 252 (98.83% from 255) = 63.32%
R=12.06%
G=24.62%
B=63.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal48982520.810.6100.01225.2997.1458.82
Hex3062FC513D01e1613b
Octal60142374121750134114173
Binary110000110001011111100101000111110101111000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3062FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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