#386BDD

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

Shades of Royal Blue #386BDD

Tints of Royal Blue #386BDD

Color information

#386BDD (or 0x386BDD) is unknown color: approx Royal Blue. HEX triplet: 38, 6B and DD. RGB value is (56,107,221). Sum of RGB (Red+Green+Blue) = 56+107+221=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #386BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BDD is #C79422. Grayscale: #686868. Windows color (decimal): -13079587 or 14510904. OLE color: 14510904.

HSL color Cylindrical-coordinate representation of color #386BDD: hue angle of 221.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386BDD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56107221-
CMYK0.750.5200.13
HSL221.45º70.82%54.31%-
HSV(B)221.45º74.66%86.67%-
XYZ19.9416.5870.56-
YUV104.75193.693.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.58%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 221 (86.72% from 255) = 57.55%
R=14.58%
G=27.86%
B=57.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561072210.750.5200.13221.4570.8254.31
Hex386BDD4B340Ddd4736
Octal701533351136401533510766
Binary111000110101111011101100101111010001101110111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,107,221); }

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

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

 a { background-color: rgb(56,107,221); }

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

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

 span { border-color: rgb(56,107,221); }

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