#3b86df

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

Shades of Royal Blue #3B86DF

Tints of Royal Blue #3B86DF

Color information

#3B86DF (or 0x3B86DF) is unknown color: approx Royal Blue. HEX triplet: 3B, 86 and DF. RGB value is (59,134,223). Sum of RGB (Red+Green+Blue) = 59+134+223=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B86DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B86DF is #C47920. Grayscale: #797979. Windows color (decimal): -12876065 or 14648891. OLE color: 14648891.

HSL color Cylindrical-coordinate representation of color #3B86DF: hue angle of 212.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B86DF is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59134223-
CMYK0.740.4000.13
HSL212.56º71.93%55.29%-
HSV(B)212.56º73.54%87.45%-
XYZ23.6523.3173.06-
YUV121.72185.1583.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.18%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=14.18%
G=32.21%
B=53.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591342230.740.4000.13212.5671.9355.29
Hex3B86DF4A280Dd54837
Octal732063371125001532511067
Binary1110111000011011011111100101010100001101110101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b86df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b86df; }

 p { color: rgb(59,134,223); }

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

<style>
 a { background-color: #3b86df; }

 a { background-color: rgb(59,134,223); }

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

<style>
 span { border-color: #3b86df; }

 span { border-color: rgb(59,134,223); }

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