#386AE9

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

Shades of Royal Blue #386AE9

Tints of Royal Blue #386AE9

Color information

#386AE9 (or 0x386AE9) is unknown color: approx Royal Blue. HEX triplet: 38, 6A and E9. RGB value is (56,106,233). Sum of RGB (Red+Green+Blue) = 56+106+233=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #386AE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386AE9 is #C79516. Grayscale: #686868. Windows color (decimal): -13079831 or 15297080. OLE color: 15297080.

HSL color Cylindrical-coordinate representation of color #386AE9: hue angle of 223.05º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386AE9 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB56106233-
CMYK0.760.5500.09
HSL223.05º80.09%56.67%-
HSV(B)223.05º75.97%91.37%-
XYZ21.4917.0379.25-
YUV105.53199.9492.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 233 (91.41% from 255) = 58.99%
R=14.18%
G=26.84%
B=58.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal561062330.760.5500.09223.0580.0956.67
Hex386AE94C3709df5039
Octal701523511146701133712071
Binary111000110101011101001100110011011101001110111111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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