#386ef2

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

Shades of Royal Blue #386EF2

Tints of Royal Blue #386EF2

Color information

#386EF2 (or 0x386EF2) is unknown color: approx Royal Blue. HEX triplet: 38, 6E and F2. RGB value is (56,110,242). Sum of RGB (Red+Green+Blue) = 56+110+242=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #386EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386EF2 is #C7910D. Grayscale: #6C6C6C. Windows color (decimal): -13078798 or 15887928. OLE color: 15887928.

HSL color Cylindrical-coordinate representation of color #386EF2: hue angle of 222.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386EF2 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56110242-
CMYK0.770.5500.05
HSL222.58º87.74%58.43%-
HSV(B)222.58º76.86%94.9%-
XYZ23.2318.486.33-
YUV108.9203.1190.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.73%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 242 (94.92% from 255) = 59.31%
R=13.73%
G=26.96%
B=59.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal561102420.770.5500.05222.5887.7458.43
Hex386EF24D3705df583a
Octal70156362115670533713072
Binary11100011011101111001010011011101110101110111111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386ef2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,110,242); }

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

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

 a { background-color: rgb(56,110,242); }

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

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

 span { border-color: rgb(56,110,242); }

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