#386edd

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

Shades of Royal Blue #386EDD

Tints of Royal Blue #386EDD

Color information

#386EDD (or 0x386EDD) is unknown color: approx Royal Blue. HEX triplet: 38, 6E and DD. RGB value is (56,110,221). Sum of RGB (Red+Green+Blue) = 56+110+221=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #386EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EDD is #C79122. Grayscale: #6A6A6A. Windows color (decimal): -13078819 or 14511672. OLE color: 14511672.

HSL color Cylindrical-coordinate representation of color #386EDD: hue angle of 220.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386EDD is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56110221-
CMYK0.750.5000.13
HSL220.36º70.82%54.31%-
HSV(B)220.36º74.66%86.67%-
XYZ20.2617.2170.66-
YUV106.51192.6191.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.47%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 221 (86.72% from 255) = 57.11%
R=14.47%
G=28.42%
B=57.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561102210.750.5000.13220.3670.8254.31
Hex386EDD4B320Ddc4736
Octal701563351136201533410766
Binary111000110111011011101100101111001001101110111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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