#386DE5

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

Shades of Royal Blue #386DE5

Tints of Royal Blue #386DE5

Color information

#386DE5 (or 0x386DE5) is unknown color: approx Royal Blue. HEX triplet: 38, 6D and E5. RGB value is (56,109,229). Sum of RGB (Red+Green+Blue) = 56+109+229=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #386DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DE5 is #C7921A. Grayscale: #6A6A6A. Windows color (decimal): -13079067 or 15035704. OLE color: 15035704.

HSL color Cylindrical-coordinate representation of color #386DE5: hue angle of 221.62º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386DE5 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB56109229-
CMYK0.760.5200.10
HSL221.62º76.89%55.88%-
HSV(B)221.62º75.55%89.8%-
XYZ21.2417.4476.37-
YUV106.83196.9491.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.21%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 229 (89.84% from 255) = 58.12%
R=14.21%
G=27.66%
B=58.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal561092290.760.5200.10221.6276.8955.88
Hex386DE54C340Ade4d38
Octal701553451146401233611570
Binary111000110110111100101100110011010001010110111101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,229); }

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

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

 a { background-color: rgb(56,109,229); }

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

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

 span { border-color: rgb(56,109,229); }

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