#386EFA

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

Shades of Royal Blue #386EFA

Tints of Royal Blue #386EFA

Color information

#386EFA (or 0x386EFA) is unknown color: approx Royal Blue. HEX triplet: 38, 6E and FA. RGB value is (56,110,250). Sum of RGB (Red+Green+Blue) = 56+110+250=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #386EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EFA is #C79105. Grayscale: #6D6D6D. Windows color (decimal): -13078790 or 16412216. OLE color: 16412216.

HSL color Cylindrical-coordinate representation of color #386EFA: hue angle of 223.3º 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 #386EFA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB56110250-
CMYK0.780.5600.02
HSL223.3º95.1%60%-
HSV(B)223.3º77.6%98.04%-
XYZ24.4618.8992.8-
YUV109.81207.1189.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.46%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 250 (98.05% from 255) = 60.10%
R=13.46%
G=26.44%
B=60.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal561102500.780.5600.02223.395.160
Hex386EFA4E3802df5f3c
Octal70156372116700233713774
Binary1110001101110111110101001110111000010110111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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