#3060EF

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

Shades of Royal Blue #3060EF

Tints of Royal Blue #3060EF

Color information

#3060EF (or 0x3060EF) is unknown color: approx Royal Blue. HEX triplet: 30, 60 and EF. RGB value is (48,96,239). Sum of RGB (Red+Green+Blue) = 48+96+239=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #3060EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3060EF is #CF9F10. Grayscale: #616161. Windows color (decimal): -13606673 or 15687728. OLE color: 15687728.

HSL color Cylindrical-coordinate representation of color #3060EF: hue angle of 224.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3060EF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4896239-
CMYK0.800.6000.06
HSL224.92º85.65%56.27%-
HSV(B)224.92º79.92%93.73%-
XYZ20.9815.2383.49-
YUV97.95207.692.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.53%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 239 (93.75% from 255) = 62.40%
R=12.53%
G=25.07%
B=62.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal48962390.800.6000.06224.9285.6556.27
Hex3060EF503C06e15638
Octal60140357120740634112670
Binary11000011000001110111110100001111000110111000011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3060EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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