#386AFA

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

Shades of Royal Blue #386AFA

Tints of Royal Blue #386AFA

Color information

#386AFA (or 0x386AFA) is unknown color: approx Royal Blue. HEX triplet: 38, 6A and FA. RGB value is (56,106,250). Sum of RGB (Red+Green+Blue) = 56+106+250=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #386AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386AFA is #C79505. Grayscale: #6A6A6A. Windows color (decimal): -13079814 or 16411192. OLE color: 16411192.

HSL color Cylindrical-coordinate representation of color #386AFA: hue angle of 224.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386AFA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB56106250-
CMYK0.780.5800.02
HSL224.54º95.1%60%-
HSV(B)224.54º77.6%98.04%-
XYZ24.0418.0592.66-
YUV107.47208.4491.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.59%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 250 (98.05% from 255) = 60.68%
R=13.59%
G=25.73%
B=60.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal561062500.780.5800.02224.5495.160
Hex386AFA4E3A02e15f3c
Octal70152372116720234113774
Binary1110001101010111110101001110111010010111000011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386AFA; }

 p { color: rgb(56,106,250); }

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

<style>
 a { background-color: #386AFA; }

 a { background-color: rgb(56,106,250); }

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

<style>
 span { border-color: #386AFA; }

 span { border-color: rgb(56,106,250); }

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