#3060F4

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

Shades of Royal Blue #3060F4

Tints of Royal Blue #3060F4

Color information

#3060F4 (or 0x3060F4) is unknown color: approx Royal Blue. HEX triplet: 30, 60 and F4. RGB value is (48,96,244). Sum of RGB (Red+Green+Blue) = 48+96+244=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #3060F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3060F4 is #CF9F0B. Grayscale: #616161. Windows color (decimal): -13606668 or 16015408. OLE color: 16015408.

HSL color Cylindrical-coordinate representation of color #3060F4: hue angle of 225.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3060F4 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4896244-
CMYK0.800.6100.04
HSL225.31º89.91%57.25%-
HSV(B)225.31º80.33%95.69%-
XYZ21.7315.5387.44-
YUV98.52210.191.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.37%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 244 (95.70% from 255) = 62.89%
R=12.37%
G=24.74%
B=62.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48962440.800.6100.04225.3189.9157.25
Hex3060F4503D04e15a39
Octal60140364120750434113271
Binary11000011000001111010010100001111010100111000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3060F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3060F4; }

 p { color: rgb(48,96,244); }

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

<style>
 a { background-color: #3060F4; }

 a { background-color: rgb(48,96,244); }

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

<style>
 span { border-color: #3060F4; }

 span { border-color: rgb(48,96,244); }

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