#386DD6

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

Shades of Royal Blue #386DD6

Tints of Royal Blue #386DD6

Color information

#386DD6 (or 0x386DD6) is unknown color: approx Royal Blue. HEX triplet: 38, 6D and D6. RGB value is (56,109,214). Sum of RGB (Red+Green+Blue) = 56+109+214=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #386DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DD6 is #C79229. Grayscale: #686868. Windows color (decimal): -13079082 or 14052664. OLE color: 14052664.

HSL color Cylindrical-coordinate representation of color #386DD6: hue angle of 219.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386DD6 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB56109214-
CMYK0.740.4900.16
HSL219.87º65.83%52.94%-
HSV(B)219.87º73.83%83.92%-
XYZ19.2416.6365.81-
YUV105.12189.4492.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 214 (83.98% from 255) = 56.46%
R=14.78%
G=28.76%
B=56.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal561092140.740.4900.16219.8765.8352.94
Hex386DD64A31010dc4235
Octal701553261126102033410265
Binary1110001101101110101101001010110001010000110111001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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