#3064ED

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

Shades of Royal Blue #3064ED

Tints of Royal Blue #3064ED

Color information

#3064ED (or 0x3064ED) is unknown color: approx Royal Blue. HEX triplet: 30, 64 and ED. RGB value is (48,100,237). Sum of RGB (Red+Green+Blue) = 48+100+237=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #3064ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064ED is #CF9B12. Grayscale: #636363. Windows color (decimal): -13605651 or 15557680. OLE color: 15557680.

HSL color Cylindrical-coordinate representation of color #3064ED: hue angle of 223.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3064ED is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB48100237-
CMYK0.800.5800.07
HSL223.49º84%55.88%-
HSV(B)223.49º79.75%92.94%-
XYZ21.0615.8682.07-
YUV100.07205.2790.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 237 (92.97% from 255) = 61.56%
R=12.47%
G=25.97%
B=61.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal481002370.800.5800.07223.498455.88
Hex3064ED503A07df5438
Octal60144355120720733712470
Binary11000011001001110110110100001110100111110111111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3064ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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