#386EED

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

Shades of Royal Blue #386EED

Tints of Royal Blue #386EED

Color information

#386EED (or 0x386EED) is unknown color: approx Royal Blue. HEX triplet: 38, 6E and ED. RGB value is (56,110,237). Sum of RGB (Red+Green+Blue) = 56+110+237=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #386EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EED is #C79112. Grayscale: #6B6B6B. Windows color (decimal): -13078803 or 15560248. OLE color: 15560248.

HSL color Cylindrical-coordinate representation of color #386EED: hue angle of 222.1º 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 #386EED is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56110237-
CMYK0.760.5400.07
HSL222.1º83.41%57.45%-
HSV(B)222.1º76.37%92.94%-
XYZ22.4918.1182.43-
YUV108.33200.6190.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.90%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 237 (92.97% from 255) = 58.81%
R=13.90%
G=27.30%
B=58.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561102370.760.5400.07222.183.4157.45
Hex386EED4C3607de5339
Octal70156355114660733612371
Binary11100011011101110110110011001101100111110111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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