#3866DE

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

Shades of Royal Blue #3866DE

Tints of Royal Blue #3866DE

Color information

#3866DE (or 0x3866DE) is unknown color: approx Royal Blue. HEX triplet: 38, 66 and DE. RGB value is (56,102,222). Sum of RGB (Red+Green+Blue) = 56+102+222=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #3866DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866DE is #C79921. Grayscale: #656565. Windows color (decimal): -13080866 or 14575160. OLE color: 14575160.

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

Color convert

RGB56102222-
CMYK0.750.5400.13
HSL223.37º71.55%54.51%-
HSV(B)223.37º74.77%87.06%-
XYZ19.5715.6271.09-
YUV101.93195.7695.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 222 (87.11% from 255) = 58.42%
R=14.74%
G=26.84%
B=58.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561022220.750.5400.13223.3771.5554.51
Hex3866DE4B360Ddf4837
Octal701463361136601533711067
Binary111000110011011011110100101111011001101110111111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3866DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3866DE; }

 p { color: rgb(56,102,222); }

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

<style>
 a { background-color: #3866DE; }

 a { background-color: rgb(56,102,222); }

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

<style>
 span { border-color: #3866DE; }

 span { border-color: rgb(56,102,222); }

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