#386FFE

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

Shades of Royal Blue #386FFE

Tints of Royal Blue #386FFE

Color information

#386FFE (or 0x386FFE) is unknown color: approx Royal Blue. HEX triplet: 38, 6F and FE. RGB value is (56,111,254). Sum of RGB (Red+Green+Blue) = 56+111+254=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #386FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FFE is #C79001. Grayscale: #6E6E6E. Windows color (decimal): -13078530 or 16674616. OLE color: 16674616.

HSL color Cylindrical-coordinate representation of color #386FFE: hue angle of 223.33º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386FFE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB56111254-
CMYK0.780.5600.00
HSL223.33º99%60.78%-
HSV(B)223.33º77.95%99.61%-
XYZ25.219.3796.18-
YUV110.86208.7888.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.30%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 254 (99.61% from 255) = 60.33%
R=13.30%
G=26.37%
B=60.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal561112540.780.5600.00223.339960.78
Hex386FFE4E3800df633d
Octal70157376116700033714375
Binary111000110111111111110100111011100000110111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,254); }

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

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

 a { background-color: rgb(56,111,254); }

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

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

 span { border-color: rgb(56,111,254); }

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