Html Css Color HEX #386EDC Royal Blue

📋 copy color: '#386EDC'

red 56 ◦ green 110 ◦ blue 220

#386EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #386EDC

Tints of Royal Blue #386EDC

RGB

 RED value IS 56 (22.27% from 255) = 14.51%

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 14.51%
G = 28.5%
B = 56.99%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#386EDC (or 0x386EDC) is known color: Royal Blue. HEX triplet: 38, 6E and DC. RGB value is (56,110,220). Sum of RGB (Red+Green+Blue) = 56+110+220=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #386EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EDC is #C79123. Grayscale: #696969. Windows color (decimal): -13078820 or 14446136. OLE color: 14446136.

HSL color Cylindrical-coordinate representation of color #386EDC: hue angle of 220.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #386EDC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 110 220 -
CMYK 0.75 0.50 0 0.14
HSL 220.24º 0.7% 0.54% -
HSV(B) 220.24º 0.75% 0.86% -
XYZ 20.13 17.16 69.96 -
YUV 106.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 56 110 220 0.75 0.50 0 0.14 220.24 0.7 0.54
Hex 38 6E DC 4B 32 0 E DC 46 36
Octal 70 156 334 113 62 0 16 334 106 66
Binary 111000 1101110 11011100 1001011 110010 0 1110 11011100 1000110 110110

Color Harmonies of #386EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EDC

Black with #386EDC

Text Example


Text Example

White with #386EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #386EDC;
 }
 .AnyTagClassName
 {
   color: #386EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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