#386AF8

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

Shades of Royal Blue #386AF8

Tints of Royal Blue #386AF8

Color information

#386AF8 (or 0x386AF8) is unknown color: approx Royal Blue. HEX triplet: 38, 6A and F8. RGB value is (56,106,248). Sum of RGB (Red+Green+Blue) = 56+106+248=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #386AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386AF8 is #C79507. Grayscale: #6A6A6A. Windows color (decimal): -13079816 or 16280120. OLE color: 16280120.

HSL color Cylindrical-coordinate representation of color #386AF8: hue angle of 224.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386AF8 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB56106248-
CMYK0.770.5700.03
HSL224.38º93.2%59.61%-
HSV(B)224.38º77.42%97.25%-
XYZ23.7317.9391.02-
YUV107.24207.4491.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.66%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 248 (97.27% from 255) = 60.49%
R=13.66%
G=25.85%
B=60.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal561062480.770.5700.03224.3893.259.61
Hex386AF84D3903e05d3c
Octal70152370115710334013574
Binary1110001101010111110001001101111001011111000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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