#386FED

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

Shades of Royal Blue #386FED

Tints of Royal Blue #386FED

Color information

#386FED (or 0x386FED) is unknown color: approx Royal Blue. HEX triplet: 38, 6F and ED. RGB value is (56,111,237). Sum of RGB (Red+Green+Blue) = 56+111+237=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #386FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FED is #C79012. Grayscale: #6C6C6C. Windows color (decimal): -13078547 or 15560504. OLE color: 15560504.

HSL color Cylindrical-coordinate representation of color #386FED: hue angle of 221.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386FED is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56111237-
CMYK0.760.5300.07
HSL221.77º83.41%57.45%-
HSV(B)221.77º76.37%92.94%-
XYZ22.618.3282.47-
YUV108.92200.2890.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 237 (92.97% from 255) = 58.66%
R=13.86%
G=27.48%
B=58.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561112370.760.5300.07221.7783.4157.45
Hex386FED4C3507de5339
Octal70157355114650733612371
Binary11100011011111110110110011001101010111110111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,237); }

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

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

 a { background-color: rgb(56,111,237); }

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

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

 span { border-color: rgb(56,111,237); }

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